Click or drag to resize

DataBufferCurrentVertexBuffer Property

Gets the currently bound array buffer (aka Vertex Buffer).

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static DataBuffer CurrentVertexBuffer { get; }

Property Value

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

OpenGL API: glGetIntegerv(GL_ARRAY_BUFFER_BINDING)

See Also