Class RenderStateEntry
- Namespace
- ShadowDusk.HLSL.Ast
- Assembly
- ShadowDusk.HLSL.dll
A single render-state key/value assignment inside an FX9 pass block.
public sealed record RenderStateEntry : IEquatable<RenderStateEntry>
- Inheritance
-
RenderStateEntry
- Implements
- Inherited Members
Constructors
RenderStateEntry(string, string, SourceSpan)
A single render-state key/value assignment inside an FX9 pass block.
public RenderStateEntry(string Key, string Value, SourceSpan Span)
Parameters
KeystringValuestringSpanSourceSpan
Properties
Key
public string Key { get; init; }
Property Value
Span
public SourceSpan Span { get; init; }
Property Value
Value
public string Value { get; init; }