Handbook
Glossary
bind-vertex-array ( vertex-array -- )
Vocabulary
gpu
.
shaders
Inputs
vertex-array
an
object
Outputs
None
Definition
IN:
gpu.shaders
GENERIC:
bind-vertex-array
( vertex-array -- )
Methods
USING:
accessors
gpu.shaders
gpu.shaders.private
kernel
;
M:
vertex-array-collection
bind-vertex-array
(reset-vertex-array)
[
vertex-formats>>
]
[
program-instance>>
]
bi
(bind-vertex-array)
;
inline
USING:
accessors
gpu.shaders
opengl.gl
;
M:
vertex-array-object
bind-vertex-array
handle>>
glBindVertexArray
;
inline