Class ShaderVariationParamInfo

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

Constructors

Properties

_identifier: string
_isInternal: boolean
_name: string

Accessors

  • get identifier(): string
  • RSL identifier for the parameter.

    Returns string

  • set identifier(value): 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): void
  • Parameters

    • value: boolean

    Returns void

  • get name(): string
  • Optional human-readable name describing the variation parameter.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

Methods