Skip to content

Documentation / device / UniformBufferLayout

Interface: UniformBufferLayout

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

The uniform buffer layout

Properties

byteSize

byteSize: number

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

Byte size of the uniform buffer


entries

entries: UniformLayout[]

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

Entries for the uniform buffer

Released under the MIT License.