Struct VfxVariableIndexData ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Contains variable index and layout information.
csharp
public readonly struct VfxVariableIndexDataProperties ​
Control ​
Gets the control value.
csharp
public int Control { get; }Property Value ​
Dest ​
Gets the destination value.
csharp
public int Dest { get; }Property Value ​
Field1 ​
Gets the first field containing variable index and layout set.
csharp
public short Field1 { get; init; }Property Value ​
Field2 ​
Gets the second field containing dest and control.
csharp
public short Field2 { get; init; }Property Value ​
LayoutSet ​
Gets the descriptor set ID in the shader layout.
csharp
public int LayoutSet { get; }Property Value ​
VariableIndex ​
Gets the variable index into VariableDescriptions.
csharp
public int VariableIndex { get; }
