Table of Contents

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

Key string
Value string
Span SourceSpan

Properties

Key

public string Key { get; init; }

Property Value

string

Span

public SourceSpan Span { get; init; }

Property Value

SourceSpan

Value

public string Value { get; init; }

Property Value

string