All Identifiers

Name Unit Description
EGLError Neslib.Ooogles

Exception type for OpenGL related errors.

EGLShaderError Neslib.Ooogles

Exception type for OpenGL shader compilation and linking errors.

gl Neslib.Ooogles

Static class (or namespace) for OpenGL APIs that are not tied to a specific object.

GL_RGB565 Neslib.Ooogles

 

InitOoogles Neslib.Ooogles

You must call this procdure After you have created and activated your OpenGL context.

TGLAttrDataType Neslib.Ooogles

Supported data types for attributes

TGLAttrInfo Neslib.Ooogles

Information about an attribute as returned by TGLProgram.GetAttributeInfo.

TGLBlendEquation Neslib.Ooogles

Blend equations as used by gl.BlendEquation and gl.BlendEquationSeparate.

TGLBlendFunc Neslib.Ooogles

Blend functions as used by gl.BlendFunc and gl.BlendFuncSeparate.

TGLBuffer Neslib.Ooogles

A (vertex) array buffer or element array (index) buffer

TGLBufferType Neslib.Ooogles

Supported buffer types

TGLBufferUsage Neslib.Ooogles

Hints how a buffer object's data is accessed.

TGLCapability Neslib.Ooogles

OpenGL capabilities than can be enabled and disabled (using gl.Enable and gl.Disable)

TGLClear Neslib.Ooogles

A buffer to clear using gl.Clear.

TGLClearBuffers Neslib.Ooogles

A set of buffers to clear using gl.Clear.

TGLCompareFunc Neslib.Ooogles

Compare functions as used by gl.StencilFunc and gl.DepthFunc.

TGLCubeTarget Neslib.Ooogles

Target indices for the six sides of a cube texture:

  • 0: Face in positive X direction

  • 1: Face in negative X direction

  • 2: Face in positive Y direction

  • 3: Face in negative Y direction

  • 4: Face in positive Z direction

  • 5: Face in negative Z direction

TGLDataType Neslib.Ooogles

Supported data types

TGLError Neslib.Ooogles

OpenGL error codes

TGLFace Neslib.Ooogles

Faces used for culling and stencilling.

TGLFaceOrientation Neslib.Ooogles

Specifies the orientation of front-facing polygons, as used by gl.FrontFace.

TGLFramebuffer Neslib.Ooogles

A framebuffer

TGLFramebufferAttachment Neslib.Ooogles

Attachment points of a TGLFramebuffer

TGLFramebufferAttachmentType Neslib.Ooogles

Types of objects attached to a TGLFramebuffer

TGLFramebufferStatus Neslib.Ooogles

Completeness status of a TGLFramebuffer.

TGLIndexType Neslib.Ooogles

Supported types of indices

TGLMagFilter Neslib.Ooogles

Texture magnification filters

TGLMinFilter Neslib.Ooogles

Texture minification filters

TGLMipmapHint Neslib.Ooogles

Mipmap hinting options, as used by TGLTexture.MipmapHint

TGLPixelDataType Neslib.Ooogles

Supported pixel data types

TGLPixelFormat Neslib.Ooogles

Supported pixel formats

TGLPixelStoreMode Neslib.Ooogles

Pixel storage modes, as used by gl.PixelStore.

TGLPixelStoreValue Neslib.Ooogles

Allowed values for TGLPixelStorage mode, as used by gl.PixelStore.

TGLPrimitiveType Neslib.Ooogles

Supported primitive types

TGLProgram Neslib.Ooogles

A program that combines a vertex shader and a fragment shader.

TGLRenderbuffer Neslib.Ooogles

A renderbuffer.

TGLRenderbufferFormat Neslib.Ooogles

Specifies the color-renderable, depth-renderable, or stencil-renderable format of a TGLRenderbuffer.

TGLShader Neslib.Ooogles

A vertex or fragment shader

TGLShaderType Neslib.Ooogles

The type of a shader

TGLStencilOp Neslib.Ooogles

Stencil operations as used by gl.StencilOp.

TGLTexture Neslib.Ooogles

A texture

TGLTextureType Neslib.Ooogles

Supported texture types

TGLUniform Neslib.Ooogles

Represents a uniform in a TGLProgram.

TGLUniformDataType Neslib.Ooogles

Supported data types for uniforms

TGLUniformInfo Neslib.Ooogles

Information about a uniform as returned by TGLProgram.GetUniformInfo.

TGLVertexAttrib Neslib.Ooogles

Represents a single vertex attribute in a TGLProgram.

TGLWrapMode Neslib.Ooogles

Texture wrapping modes


Generated by PasDocEx, based on PasDoc 0.14.0.