gpu-curtains
    Preparing search index...

    Define the base Texture parameters for the textures.

    interface ComputeTextureBaseParams {
        label?: string;
        name?: string;
        format?: GPUTextureFormat;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label?: string

    Label of the Texture.

    name?: string

    Name of the Texture.

    format?: GPUTextureFormat

    Format of the Texture.