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
gl
IndexType Enumeration
Supported types of indices
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy
public
enum
IndexType
Public
Enumeration
IndexType
public
enum class
IndexType
type
IndexType
Members
Member name
Value
Description
UnsignedByte
5121
8-bit unsigned integer. Corresponds to C#'s byte type.
UnsingedShort
5123
16-bit unsigned integer. Corresponds to C#'s ushort type.
See Also
Reference
Ooogles Namespace