gpu-curtains
    Preparing search index...

    Parameters used to create a BufferElement.

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

    Hierarchy (View Summary)

    Index

    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.