 | FramebufferSampleBuffers Property |
Get the number of sample buffers associated with the framebuffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int SampleBuffers { get; }
Public ReadOnly Property SampleBuffers As Integer
Get
public:
property int SampleBuffers {
int get ();
}
member SampleBuffers : int with get
Property Value
Type:
Int32
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_SAMPLE_BUFFERS)
See Also