Vixen
dd8b0a81
csharp
public record class SpecConstantInfo

One specialisation constant.

Read the guide page for this →

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