csharp
public record class SpecConstantInfoOne specialisation constant.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int IdThe constant's specialisation id.
public string NameDeclared name.
public ShaderDataType TypeThe constant's shape.
public string? DefaultValueThe 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