Handbook
Glossary
buffer-size ( buffer: buffer -- size: integer )
Vocabulary
gpu
.
buffers
Inputs
buffer
a
buffer
Outputs
size
an
integer
Word description
Returns the size in bytes of the memory currently allocated for a
buffer
object.
See also
allocate-buffer
,
allocate-byte-array
,
update-buffer
,
read-buffer
,
copy-buffer
,
with-mapped-buffer
Definition
USING:
gpu.buffers.private
opengl.gl
typed
;
IN:
gpu.buffers
TYPED:
buffer-size
( buffer: buffer -- size: integer )
bind-buffer
GL_BUFFER_SIZE
get-buffer-int
;