  | 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)
Syntaxpublic int StencilBits { get; }Public ReadOnly Property StencilBits As Integer
	Get
public:
property int StencilBits {
	int get ();
}member StencilBits : int with get
Property Value
Type: 
Int32The number of bitplanes in the stencil buffer.
RemarksNote: 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