Click or drag to resize

VertexAttributeBuffer Property

Get the buffer object currently bound to the binding point corresponding to the generic vertex attribute.

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

Property Value

Type: DataBuffer
Remarks
If no buffer object is bound, then null is returned.

OpenGL API: glGetVertexAttribiv(GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING)

See Also