Define the base Texture parameters for the textures.

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

Hierarchy (view full)

Properties

Properties

label?: string

Label of the Texture.

name?: string

Name of the Texture.

format?: GPUTextureFormat

Format of the Texture.