Click or drag to resize

FramebufferStencilBits Property

Get the number of bitplanes in the stencil buffer of the framebuffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int StencilBits { get; }

Property Value

Type: Int32
The number of bitplanes in the stencil buffer.
Remarks
Note: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this framebuffer is not bound.

OpenGL API: glGetIntegerv(GL_STENCIL_BITS)

See Also