Class VfxRenderStateInfo
- Namespace
- ValveResourceFormat.CompiledShader
- Assembly
- ValveResourceFormat.dll
Contains render state information for a shader variant.
public class VfxRenderStateInfo
Inheritance
Derived
Inherited Members
Constructors
VfxRenderStateInfo(long, int, int)
Initializes a new instance of the ValveResourceFormat.CompiledShader.VfxRenderStateInfo class.
public VfxRenderStateInfo(long comboId, int shaderId, int sourcePointer)
Parameters
VfxRenderStateInfo(BinaryReader)
Initializes a new instance of the ValveResourceFormat.CompiledShader.VfxRenderStateInfo class from a binary reader.
public VfxRenderStateInfo(BinaryReader datareader)
Parameters
datareader
BinaryReader
Properties
DynamicComboId
Gets the dynamic combo ID.
public long DynamicComboId { get; }
Property Value
ShaderFileId
Gets the shader file ID.
public int ShaderFileId { get; }
Property Value
SourcePointer
Gets the source pointer.
public int SourcePointer { get; }