Handbook
Glossary
with-vertex-array ( id quot -- )
Vocabulary
opengl
Inputs
id
an
object
quot
an
object
Outputs
None
Definition
USING:
continuations
opengl.gl
;
IN:
opengl
::
with-vertex-array
( id quot -- )
id
glBindVertexArray
quot
[
0
glBindVertexArray
]
finally
;
inline