Struct Material.VsInputSignature
- Namespace
- ValveResourceFormat.ResourceTypes
- Assembly
- ValveResourceFormat.dll
Represents the vertex shader input signature containing vertex attribute elements.
public readonly struct Material.VsInputSignature
Inherited Members
Constructors
VsInputSignature()
Initializes a new instance of the ValveResourceFormat.ResourceTypes.Material.VsInputSignature struct with no elements.
public VsInputSignature()
VsInputSignature(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.Material.VsInputSignature struct from data.
public VsInputSignature(KVObject data)
Parameters
data
KVObject-
The key-value data containing element definitions.
Fields
Empty
An empty input signature with no elements.
public static readonly Material.VsInputSignature Empty
Field Value
Properties
Elements
Gets the array of input signature elements.
public Material.InputSignatureElement[] Elements { get; }