Parameters used to create a BufferElement

interface BufferElementParams {
    name: string;
    key: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

name: string

The name of the BufferElement

key: string

The key of the BufferElement

type: string

The WGSL variable type of the BufferElement