Click or drag to resize

gl Class

Static class for OpenGL APIs that are not tied to a specific object.
Inheritance Hierarchy
SystemObject
  Oooglesgl

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class gl

The gl type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBlendColor(Color4)
Set the blend color.
Public methodStatic memberBlendColor(Single, Single, Single, Single)
Set the blend color.
Public methodStatic memberBlendEquation
Specify the equation used for both the RGB blend equation and the Alpha blend equation.
Public methodStatic memberBlendEquationSeparate
Set the RGB blend equation and the alpha blend equation separately.
Public methodStatic memberBlendFunc
Specify pixel arithmetic using blend functions.
Public methodStatic memberBlendFuncSeparate
Specify pixel arithmetic for RGB and alpha components separately.
Public methodStatic memberClear
Clear buffers to preset values.
Public methodStatic memberClearColor(Color4)
Public methodStatic memberClearColor(Single, Single, Single, Single)
Public methodStatic memberClearDepth
Public methodStatic memberClearStencil
Specify the index value used by Clear(glClearBuffers) to clear the stencil buffer.
Public methodStatic memberColorMask
Enable and disable writing of frame buffer color components.
Public methodStatic memberCullFace
Specify whether front- or back-facing polygons can be culled.
Public methodStatic memberDepthFunc
Specify the value used for depth buffer comparisons.
Public methodStatic memberDepthMask
Enable or disable writing into the depth buffer.
Public methodStatic memberDepthRange
Specify mapping of depth values from normalized device coordinates to window coordinates.
Public methodStatic memberDisable
Disable a server-side GL capability.
Public methodStatic memberDrawArrays(glPrimitiveType, Int32)
Render primitives from array data, without using indices.
Public methodStatic memberDrawArrays(glPrimitiveType, Int32, Int32)
Render primitives from array data, without using indices.
Public methodStatic memberDrawElements(glPrimitiveType, Byte)
Render primitives from array data, using supplied indices.
Public methodStatic memberDrawElements(glPrimitiveType, UInt16)
Render primitives from array data, using supplied indices.
Public methodStatic memberDrawElements(glPrimitiveType, Int32, glIndexType)
Render primitives from array data, using indices from a bound index buffer.
Public methodStatic memberDrawElements(glPrimitiveType, Byte, Int32, Int32)
Render primitives from array data, using supplied indices.
Public methodStatic memberDrawElements(glPrimitiveType, UInt16, Int32, Int32)
Render primitives from array data, using supplied indices.
Public methodStatic memberEnable
Enable a server-side GL capability.
Public methodStatic memberFinish
Block until all GL execution is complete.
Public methodStatic memberFlush
Force execution of GL commands in finite time.
Public methodStatic memberFrontFace
Define front- and back-facing polygons.
Public methodStatic memberGetAliasedLineWidthRange
Gets the smallest and largest supported widths for aliased lines.
Public methodStatic memberGetAliasedPointSizeRange
Gets the smallest and largest supported sizes for aliased points.
Public methodStatic memberGetBlendColor
Gets the current blend color.
Public methodStatic memberGetBlendDstAlpha
Gets the current alpha destination blend function.
Public methodStatic memberGetBlendDstRgb
Gets the current RGB destination blend function.
Public methodStatic memberGetBlendEquationAlpha
Gets the current alpha blend equation.
Public methodStatic memberGetBlendEquationRgb
Gets the current RGB blend equation.
Public methodStatic memberGetBlendSrcAlpha
Gets the current alpha source blend function.
Public methodStatic memberGetBlendSrcRgb
Gets the current RGB source blend function.
Public methodStatic memberGetClearColor
Returns the current color used to clear the color buffers.
Public methodStatic memberGetClearDepth
Gets the current clear depth value.
Public methodStatic memberGetClearStencil
Returns the index to which the stencil bitplanes are cleared.
Public methodStatic memberGetColorMask
Get whether writing of frame buffer color components is enabled.
Public methodStatic memberGetCullFace
Gets the current cull face mode.
Public methodStatic memberGetDepthFunc
Gets the current depth function.
Public methodStatic memberGetDepthMask
Checks whether writing into the depth buffer is enabled.
Public methodStatic memberGetDepthRange
Gets the near and far clipping planes.
Public methodStatic memberGetError
Returns the last error that happened.
Public methodStatic memberGetExtensions
Get a space-separated list of supported extensions to GL.
Public methodStatic memberGetFrontFace
Gets the current front face orientation.
Public methodStatic memberGetLineWidth
Get the current line width.
Public methodStatic memberGetMaxViewportDimensions
Returns the maximum supported width and height of the viewport.
Public methodStatic memberGetPixelStore
Returns to current pixel storage alignment.
Public methodStatic memberGetPolygonOffsetFactor
Gets the current polygon offset factor.
Public methodStatic memberGetPolygonOffsetUnits
Gets the current polygon offset units.
Public methodStatic memberGetRenderer
Get the name of the renderer.
Public methodStatic memberGetSampleAlphaToCoverage
Get a boolean value indicating if the fragment coverage value should be ANDed with a temporary coverage value based on the fragment's alpha value.
Public methodStatic memberGetSampleCoverage
Get a boolean value indicating if the fragment coverage value should be ANDed with a temporary coverage value based on the current sample coverage value.
Public methodStatic memberGetSampleCoverageInvert
Get the current sample coverage invert flag.
Public methodStatic memberGetSampleCoverageValue
Get the current sample coverage value.
Public methodStatic memberGetScissor
Get the current scissor box.
Public methodStatic memberGetShadingLanguageVersion
Get a version or release number for the shading language of the form OpenGL[space]ES[space]GLSL[space]ES[space][version number][space][vendor-specific information].
Public methodStatic memberGetStencilBackFail
Get what action is taken for back-facing polygons when the stencil test fails.
Public methodStatic memberGetStencilBackFunc
Get what function is used for back-facing polygons to compare the stencil reference value with the stencil buffer value.
Public methodStatic memberGetStencilBackPassDepthFail
Get what action is taken for back-facing polygons when the stencil test passes, but the depth test fails.
Public methodStatic memberGetStencilBackPassDepthPass
Get what action is taken for back-facing polygons when the stencil test passes and the depth test passes.
Public methodStatic memberGetStencilBackRef
Get the reference value that is compared with the contents of the stencil buffer for back-facing polygons.
Public methodStatic memberGetStencilBackValueMask
Get the mask that is used for back-facing polygons to mask both the stencil reference value and the stencil buffer value before they are compared.
Public methodStatic memberGetStencilBackWriteMask
Get the mask that controls writing of the stencil bitplanes for back-facing polygons.
Public methodStatic memberGetStencilFail
Get what action is taken when the stencil test fails for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilFunc
Get what function is used to compare the stencil reference value with the stencil buffer value for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilPassDepthFail
Get what action is taken when the stencil test passes, but the depth test fails for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilPassDepthPass
Get what action is taken when the stencil test passes and the depth test passes for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilRef
Get the reference value that is compared with the contents of the stencil buffer for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilValueMask
Get the mask that is used to mask both the stencil reference value and the stencil buffer value before they are compared for front-facing polygons and non-polygons.
Public methodStatic memberGetStencilWriteMask
Get the mask that controls writing of the stencil bitplanes for front-facing polygons and non-polygons.
Public methodStatic memberGetSubpixelBits
Get an estimate of the number of bits of subpixel resolution that are used to position rasterized geometry in window coordinates.
Public methodStatic memberGetVendor
Get the company responsible for this GL implementation.
Public methodStatic memberGetVersion
Get a version or release number of the form OpenGL[space]ES[space][version number][space][vendor-specific information].
Public methodStatic memberGetViewport
Returns the current viewport.
Public methodStatic memberIsEnabled
Checks if a server-side GL capability is enabled.
Public methodStatic memberLineWidth
Specify the width of rasterized lines.
Public methodStatic memberPixelStore
Set pixel storage alignment.
Public methodStatic memberPolygonOffset
Set the scale and units used to calculate polygon depth values.
Public methodStatic memberSampleCoverage
Specify multisample coverage parameters.
Public methodStatic memberScissor
Define the scissor box.
Public methodStatic memberStencilFunc
Set front and back function and reference value for stencil testing.
Public methodStatic memberStencilFuncSeparate
Set front and/or back function and reference value for stencil testing.
Public methodStatic memberStencilMask
Control the front and back writing of individual bits in the stencil planes.
Public methodStatic memberStencilMaskSeparate
Control the front and/or back writing of individual bits in the stencil planes.
Public methodStatic memberStencilOperation
Set front and back stencil test actions.
Public methodStatic memberStencilOperationSeparate
Set front and/or back stencil test actions.
Public methodStatic memberViewport(Int32, Int32)
Set the viewport.
Public methodStatic memberViewport(Int32, Int32, Int32, Int32)
Set the viewport.
Top
See Also