 | DataBufferCurrentIndexBuffer Property |
Gets the currently bound element array buffer (aka Index Buffer).
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static DataBuffer CurrentIndexBuffer { get; }
Public Shared ReadOnly Property CurrentIndexBuffer As DataBuffer
Get
public:
static property DataBuffer^ CurrentIndexBuffer {
DataBuffer^ get ();
}
static member CurrentIndexBuffer : DataBuffer with get
Property Value
Type:
DataBufferThe currently bound element array buffer or null if none is bound.
RemarksOpenGL API: glGetIntegerv(GL_ELEMENT_ARRAY_BUFFER_BINDING)
See Also