gpu-curtains
    Preparing search index...

    Define the parameters used to create the specular cube map Texture.

    interface SpecularTextureParams {
        label?: string;
        name?: string;
        format?: GPUTextureFormat;
        numSamples?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    label?: string

    Label of the Texture.

    name?: string

    Name of the Texture.

    format?: GPUTextureFormat

    Format of the Texture.

    numSamples?: number

    Number of samples to use for the mips PMREM generation.