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
VsInputSignatureElement(BinaryReader, int)
Initializes a new instance from a binary reader.
public VsInputSignatureElement(BinaryReader datareader, int blockIndex)
Parameters
datareader
BinaryReaderblockIndex
int
Properties
BlockIndex
Gets the block index.
public int BlockIndex { get; }
Property Value
SymbolsDefinition
Gets the array of input signature elements.
public Material.InputSignatureElement[] SymbolsDefinition { get; }