Framebuffer Properties |
The Framebuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| AlphaBits |
Get the number of alpha bitplanes in the color buffer of the framebuffer.
| |
| BlueBits |
Get the number of blue bitplanes in the color buffer of the framebuffer.
| |
| ColorReadFormat |
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.
| |
| ColorReadType |
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.
| |
| CompletenessStatus |
Return the framebuffer completeness status.
| |
| Current |
Returns the current framebuffer.
| |
| DepthBits |
Get the number of bitplanes in the depth buffer of the framebuffer.
| |
| GreenBits |
Get the number of green bitplanes in the color buffer of the framebuffer.
| |
| Handle |
Internal OpenGL handle to the object
(Inherited from GLObject.) | |
| IsBound |
Checks if this framebuffer is currently bound.
| |
| RedBits |
Get the number of red bitplanes in the color buffer of the framebuffer.
| |
| SampleBuffers |
Get the number of sample buffers associated with the framebuffer.
| |
| Samples |
Get the coverage mask size of the framebuffer.
| |
| StencilBits |
Get the number of bitplanes in the stencil buffer of the framebuffer.
|