Table of Contents

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

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