interface ShaderTechnique {
    background?: string;
    coloration?: string;
    id: number;
    illumination?: string;
    label: string;
}

Properties

background?: string

The background shader fragment when the technique is used

coloration?: string

The coloration shader fragment when the technique is used

id: number

The numeric identifier of the technique

illumination?: string

The illumination shader fragment when the technique is used

label: string

The localization string that labels the technique