Table of Contents

Struct VfxVariableIndexData

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Contains variable index and layout information.

public readonly struct VfxVariableIndexData

Inherited Members

Properties

Control

Gets the control value.

public int Control { get; }

Property Value

int

Dest

Gets the destination value.

public int Dest { get; }

Property Value

int

Field1

Gets the first field containing variable index and layout set.

public short Field1 { get; init; }

Property Value

short

Field2

Gets the second field containing dest and control.

public short Field2 { get; init; }

Property Value

short

LayoutSet

Gets the descriptor set ID in the shader layout.

public int LayoutSet { get; }

Property Value

int

VariableIndex

Gets the variable index into VariableDescriptions.

public int VariableIndex { get; }

Property Value

int