Click or drag to resize

Framebuffer Properties

The Framebuffer type exposes the following members.

Properties
  NameDescription
Public propertyAlphaBits
Get the number of alpha bitplanes in the color buffer of the framebuffer.
Public propertyBlueBits
Get the number of blue bitplanes in the color buffer of the framebuffer.
Public propertyColorReadFormat
Get the format chosen by the implementation in which pixels may be read from the color buffer of the currently bound framebuffer in conjunction with ColorReadType.
Public propertyColorReadType
Get the type chosen by the implementation with which pixels may be read from the color buffer of the currently bound framebuffer in conjunction with ColorReadFormat.
Public propertyCompletenessStatus
Return the framebuffer completeness status.
Public propertyStatic memberCurrent
Returns the current framebuffer.
Public propertyDepthBits
Get the number of bitplanes in the depth buffer of the framebuffer.
Public propertyGreenBits
Get the number of green bitplanes in the color buffer of the framebuffer.
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyIsBound
Checks if this framebuffer is currently bound.
Public propertyRedBits
Get the number of red bitplanes in the color buffer of the framebuffer.
Public propertySampleBuffers
Get the number of sample buffers associated with the framebuffer.
Public propertySamples
Get the coverage mask size of the framebuffer.
Public propertyStencilBits
Get the number of bitplanes in the stencil buffer of the framebuffer.
Top
See Also