Buffer.bindMemory

Bind a the buffer to a device memory

The buffer will use the memory allocated in the device memory starting at the specified offset in bytes, and spanning up to the offset + size member of memoryRequirments. The buffer keeps a reference to the device memory.

interface Buffer
void
bindMemory
(,
in size_t offset
)

Meta