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
Dest
Gets the destination value.
public int Dest { get; }
Property Value
Field1
Gets the first field containing variable index and layout set.
public short Field1 { get; init; }
Property Value
Field2
Gets the second field containing dest and control.
public short Field2 { get; init; }
Property Value
LayoutSet
Gets the descriptor set ID in the shader layout.
public int LayoutSet { get; }
Property Value
VariableIndex
Gets the variable index into VariableDescriptions.
public int VariableIndex { get; }