Table of Contents

Class VsInputSignatureElement

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Vertex shader input signature definitions.

public class VsInputSignatureElement : ShaderDataBlock

Inheritance

Inherited Members

Constructors

VsInputSignatureElement(KVObject, int)

Initializes a new instance from ValveResourceFormat.Serialization.KeyValues.KVObject data.

public VsInputSignatureElement(KVObject data, int blockIndex)

Parameters

data KVObject
blockIndex int

VsInputSignatureElement(BinaryReader, int)

Initializes a new instance from a binary reader.

public VsInputSignatureElement(BinaryReader datareader, int blockIndex)

Parameters

datareader BinaryReader
blockIndex int

Properties

BlockIndex

Gets the block index.

public int BlockIndex { get; }

Property Value

int

SymbolsDefinition

Gets the array of input signature elements.

public Material.InputSignatureElement[] SymbolsDefinition { get; }

Property Value

Material.InputSignatureElement[]