Table of Contents

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

comboId long
shaderId int
sourcePointer int

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

long

ShaderFileId

Gets the shader file ID.

public int ShaderFileId { get; }

Property Value

int

SourcePointer

Gets the source pointer.

public int SourcePointer { get; }

Property Value

int