RSX Code Reference
    Preparing search index...
    • rsx
    • ShaderVariationParamInfo

    Class ShaderVariationParamInfo

    Represents a single shader variation parameter and a set of all possible values.

    Index
    _identifier: string
    _isInternal: boolean
    _name: string
    • get identifier(): string

      RSL identifier for the parameter.

      Returns string

    • set identifier(value: string): void

      Parameters

      • value: string

      Returns void

    • get isInternal(): boolean

      True if the parameter is for internal use by the renderer, and false if its intended to be set by the user.

      Returns boolean

    • set isInternal(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get name(): string

      Optional human-readable name describing the variation parameter.

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void