Interface SpecificShaderRef<ShType>

An immutable reference to a specific Shader type

See ShaderRef for more details.

interface SpecificShaderRef<ShType> {
    descType: "shader";
    props: ExtractProps<ShaderMap[ShType]>;
    shType: ShType;
}

Type Parameters

Properties

Properties

descType
props: ExtractProps<ShaderMap[ShType]>
shType: ShType