Click or drag to resize

Ooogles Namespace

Ooogles - Object Oriented OpenGL-ES 2.0
Classes
  ClassDescription
Public classDataBuffer
A (vertex) array buffer or element array (index) buffer
Public classFramebuffer
A framebuffer
Public classgl
Static class for OpenGL APIs that are not tied to a specific object.
Public classGLException
Exception type for OpenGL related errors.
Public classGLObject
Abstract base class for OpenGL objects
Public classProgram
A program that combines a vertex shader and a fragment shader.
Public classRenderbuffer
A renderbuffer.
Public classShader
A vertex or fragment shader
Public classShaderException
Exception type for OpenGL shader compilation and linking errors.
Public classTexture
A texture
Structures
  StructureDescription
Public structureProgramAttributeInfo
Information about an attribute as returned by GetAttributeInfo(Int32).
Public structureProgramUniformInfo
Information about a uniform as returned by GetUniformInfo(Int32).
Public structureUniform
Represents a uniform in a Program.
Public structureVertexAttribute
Represents a single vertex attribute in a Program.
Enumerations
  EnumerationDescription
Public enumerationDataBufferType
Supported types of DataBuffer's
Public enumerationDataBufferUsage
Public enumerationFramebufferAttachment
Attachment points of a Framebuffer
Public enumerationFramebufferAttachmentType
Types of objects attached to a Framebuffer
Public enumerationFramebufferStatus
Completeness status of a Framebuffer.
Public enumerationglBlendEquationMode
Public enumerationglBlendFactor
Public enumerationglCapability
Public enumerationglClearBuffers
Public enumerationglCompareFunc
Public enumerationglError
OpenGL error codes
Public enumerationglFace
Faces used for culling and stencilling.
Public enumerationglFaceOrientation
Public enumerationglIndexType
Supported types of indices
Public enumerationglPixelDataType
Supported pixel data types
Public enumerationglPixelFormat
Supported pixel formats
Public enumerationglPixelStoreMode
Public enumerationglPixelStoreValue
Public enumerationglPrimitiveType
Supported primitive types
Public enumerationglStencilOp
Public enumerationProgramAttributeDataType
Supported data types for attributes
Public enumerationProgramUniformDataType
Supported data types for uniforms
Public enumerationRenderbufferFormat
Specifies the color-renderable, depth-renderable, or stencil-renderable format of a Renderbuffer.
Public enumerationShaderType
The type of a Shader
Public enumerationTextureHint
Mipmap hinting options, as used by MipmapHint
Public enumerationTextureMagFilter
Texture magnification filters
Public enumerationTextureMinFilter
Texture minification filters
Public enumerationTextureType
Supported Texture types
Public enumerationTextureWrapMode
Texture wrapping modes
Public enumerationVertexAttributeDataType
Supported data types for vertex attributes