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