Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface MaterialTextureSlotDefinition

    interface MaterialTextureSlotDefinition {
        channels: readonly [
            MaterialTextureChannel,
            MaterialTextureChannel,
            MaterialTextureChannel,
            MaterialTextureChannel,
        ];
        encoding: MaterialTextureEncoding;
        index: number;
        name: string;
        presence: "fallback"
        | "static";
        sampleType: "depth" | "float" | "sint" | "uint";
        uvSets: readonly (0 | 1)[];
        viewDimension: "2d" | "2d-array" | "3d" | "cube";
    }
    Index
    index: number
    name: string
    presence: "fallback" | "static"
    sampleType: "depth" | "float" | "sint" | "uint"
    uvSets: readonly (0 | 1)[]

    UV sets for which this definition compiled vertex inputs.

    viewDimension: "2d" | "2d-array" | "3d" | "cube"