Skip to content

Documentation / device / BufferUsage

Type Alias: BufferUsage

BufferUsage = "vertex" | "index" | "uniform" | "read" | "write" | "pack-pixel" | "unpack-pixel"

Defined in: libs/device/src/gpuobject.ts:692

Buffer usage type

Released under the MIT License.