Parameters used to create a BufferArrayElement

interface BufferArrayElementParams {
    arrayLength: number;
    name: string;
    key: string;
    type: string;
}

Hierarchy (view full)

Properties

arrayLength: number

Initial length of the input buffer binding array

name: string

The name of the BufferElement

key: string

The key of the BufferElement

type: string

The WGSL variable type of the BufferElement