create-vertex-array ( -- id ) (original) (raw)
Vocabulary
opengl
Inputs
None
Outputs
id | an integer |
---|
Word description
Wrapper for glCreateVertexArrays to handle the common case of generating a single DSA vertex array ID.
Definition
: create-vertex-array ( -- id )
[ glCreateVertexArrays ] (gen-gl-object) ;