buffer-ptr>range ( buffer-ptr -- buffer-range )


Vocabulary
gpu.buffers

Inputs
buffer-ptra buffer-ptr


Outputs
buffer-rangea buffer-range


Word description
Converts a buffer-ptr into a buffer-range spanning from the offset referenced by the buffer-ptr to the end of the underlying buffer.

Definition