buffer-range
GPU-accelerated rendering » Buffer objects

Prev:buffer-ptr
Next:allocate-buffer ( buffer size initial-data -- )


Vocabulary
gpu.buffers

Class description
A buffer-range references a subset of a buffer object's memory. buffer-ranges are tuples with the following slots:
buffer is the buffer object being referenced.
offset is an integer offset from the beginning of the buffer to the beginning of the referenced range.
size is the integer length from the beginning offset to the end of the referenced range.


See also
buffer-ptr

Definition


Methods