Handbook
Glossary
<streamed-vertex-array> ( verts program-instance -- vertex-array )
Vocabulary
gpu
.
util
Inputs
verts
an
object
program-instance
an
object
Outputs
vertex-array
an
object
Definition
USING:
destructors
gpu.buffers
gpu.shaders
;
IN:
gpu.util
::
<streamed-vertex-array>
( verts program-instance -- vertex-array )
verts
stream-upload
draw-usage
vertex-buffer
byte-array>buffer
&dispose
program-instance
<vertex-array>
&dispose
;