glBindBufferBase¶
bind a buffer object to an indexed buffer target
- arguments
-
int
$target
Specify the target of the bind operation. target must be one ofGL_ATOMIC_COUNTER_BUFFER ,GL_TRANSFORM_FEEDBACK_BUFFER ,GL_UNIFORM_BUFFER orGL_SHADER_STORAGE_BUFFER .int
$index
Specify the index of the binding point within the array specified by target.int
$buffer
The name of a buffer object to bind to the specified binding point.
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.