Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles
DataBuffer Class
DataBuffer.Type Enumeration
DataBuffer.Usage Enumeration
Framebuffer Class
Framebuffer.Attachment Enumeration
Framebuffer.AttachmentType Enumeration
Framebuffer.Status Enumeration
gl Class
gl.BlendEquationMode Enumeration
gl.BlendFactor Enumeration
gl.Capability Enumeration
gl.ClearBuffers Enumeration
gl.CompareFunc Enumeration
gl.Error Enumeration
gl.Face Enumeration
gl.FaceOrientation Enumeration
gl.IndexType Enumeration
gl.PixelDataType Enumeration
gl.PixelFormat Enumeration
gl.PixelStoreMode Enumeration
gl.PixelStoreValue Enumeration
gl.PrimitiveType Enumeration
gl.StencilOp Enumeration
GLException Class
GLObject Class
Program Class
Program.AttributeDataType Enumeration
Program.AttributeInfo Structure
Program.UniformDataType Enumeration
Program.UniformInfo Structure
Renderbuffer Class
Renderbuffer.Format Enumeration
Shader Class
Shader.Type Enumeration
ShaderException Class
Texture Class
Texture.Hint Enumeration
Texture.MagFilter Enumeration
Texture.MinFilter Enumeration
Texture.Type Enumeration
Texture.WrapMode Enumeration
Uniform Structure
VertexAttribute Structure
VertexAttribute.DataType Enumeration
Texture
Hint Enumeration
Mipmap hinting options, as used by
MipmapHint
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy
public
enum
Hint
Public
Enumeration
Hint
public
enum class
Hint
type
Hint
Members
Member name
Value
Description
Fastest
4353
The most efficient option should be chosen.
Nicest
4354
The most correct, or highest quality, option should be chosen.
DontCare
4352
No preference.
See Also
Reference
Ooogles Namespace