Click or drag to resize

Renderbuffer Properties

The Renderbuffer type exposes the following members.

Properties
  NameDescription
Public propertyAlphaSize
Gets the resolution in bits for the alpha component.
Public propertyBlueSize
Gets the resolution in bits for the blue component.
Public propertyBufferFormat
Gets the format of the renderbuffer.
Public propertyStatic memberCurrent
Get the renderbuffer that is currently bound.
Public propertyDepthSize
Gets the resolution in bits for the depth component.
Public propertyGreenSize
Gets the resolution in bits for the green component.
Public propertyHandle
Internal OpenGL handle to the object
(Inherited from GLObject.)
Public propertyHeight
Gets the height of the renderbuffer.
Public propertyIsBound
Checks if this renderbuffer is currently bound.
Public propertyStatic memberMaxRenderbufferSize
Get the largest renderbuffer width and height that the "GL can handle.
Public propertyRedSize
Gets the resolution in bits for the red component.
Public propertyStencilSize
Gets the resolution in bits for the stencil component.
Public propertyWidth
Gets the width of the renderbuffer.
Top
See Also