Vixen
02b45cc4
csharp
public record class SpecConstantInfo

One specialisation constant.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public int Id

    The constant's specialisation id.

  • public string Name

    Declared name.

  • public ShaderDataType Type

    The constant's shape.

  • public string? DefaultValue

    The value compiled in, which a host may override, rendered as text. See DefaultValue for why it is text.

Methods (1)

  • public SpecConstantInfo(int Id, string Name, ShaderDataType Type, string? DefaultValue)

    One specialisation constant.

Used by (1)

  • RavenReflectionVixen.Raven