Click or drag to resize

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)
Syntax
public static DataBuffer CurrentIndexBuffer { get; }

Property Value

Type: DataBuffer
The currently bound element array buffer or null if none is bound.
Remarks

OpenGL API: glGetIntegerv(GL_ELEMENT_ARRAY_BUFFER_BINDING)

See Also