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

Properties

id: number

The numeric identifier of the technique

label: string

The localization string that labels the technique

coloration: string

The coloration shader fragment when the technique is used

illumination: string

The illumination shader fragment when the technique is used

background: string

The background shader fragment when the technique is used