csharp
public record class SpecConstantInfoOne specialisation constant.
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