 | 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)
Syntaxpublic DataBuffer Buffer { get; }
Public ReadOnly Property Buffer As DataBuffer
Get
public:
property DataBuffer^ Buffer {
DataBuffer^ get ();
}
member Buffer : DataBuffer with 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