Class VfxRenderStateInfo
- Namespace
- ValveResourceFormat.CompiledShader
- Assembly
- ValveResourceFormat.dll
Contains render state information for a shader variant.
public class VfxRenderStateInfoInheritance
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
datareaderBinaryReader
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; }