 | RenderbufferBufferFormat Property |
Gets the format of the renderbuffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RenderbufferFormat BufferFormat { get; }
Public ReadOnly Property BufferFormat As RenderbufferFormat
Get
public:
property RenderbufferFormat BufferFormat {
RenderbufferFormat get ();
}
member BufferFormat : RenderbufferFormat with get
Property Value
Type:
RenderbufferFormatThe color-renderable, depth-renderable, or stencil-renderable format of the renderbuffer
RemarksNote: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this renderbuffer is not bound.
OpenGL API: glGetRenderbufferParameteriv(GL_RENDERBUFFER_INTERNAL_FORMAT)
See Also