Class SamplerStateEntry
- Namespace
- ShadowDusk.HLSL.Ast
- Assembly
- ShadowDusk.HLSL.dll
A single state key/value assignment inside an FX9 sampler_state block.
public sealed record SamplerStateEntry : IEquatable<SamplerStateEntry>
- Inheritance
-
SamplerStateEntry
- Implements
- Inherited Members
Constructors
SamplerStateEntry(string, string, SourceSpan)
A single state key/value assignment inside an FX9 sampler_state block.
public SamplerStateEntry(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; }