GPU
GPUBuffer
A GPU buffer for vertex, index, or uniform data.
Copy CPU data into the buffer.
@param data Source bytes.
@param offset Byte offset into the GPU buffer (default 0).
Size in bytes.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
sizenewnew(desc: GPUBufferDesc) -> GPUBuffer
writewrite(data: buffer, offset: number?) -> ()
Was this page helpful?