Class UniformBuffer

Represents a uniform buffer in RedGPU.

Hierarchy (View Summary)

Constructors

Properties

"[GPU_BUFFER_CACHE_KEY]": string
"[GPU_BUFFER_DATA_SYMBOL]": ArrayBuffer
"[GPU_BUFFER_SYMBOL]": GPUBuffer

Accessors

  • get gpuDevice(): GPUDevice

    Retrieves the GPU device associated with the current instance.

    Returns GPUDevice

    The GPU device.

  • get uuid(): string

    Retrieves the UUID of the object.

    Returns string

    The UUID of the object.

Methods