buffer-size ( buffer: buffer -- size: integer )


Vocabulary
gpu.buffers

Inputs
buffera buffer


Outputs
sizean 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