Struct VBIB.RenderInputLayoutField
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
Represents a field in the render input layout.
public struct VBIB.RenderInputLayoutField
Inherited Members
Fields
Format
Data format of the attribute.
public DXGI_FORMAT Format
Field Value
InstanceStepRate
Number of instances to draw using the same per-instance data before advancing by one element.
public int InstanceStepRate
Field Value
Offset
Byte offset of the attribute within the vertex.
public uint Offset
Field Value
SemanticIndex
Semantic index for the attribute.
public int SemanticIndex
Field Value
SemanticName
Semantic name of the attribute (e.g., "POSITION", "NORMAL", "TEXCOORD").
public string SemanticName
Field Value
ShaderSemantic
Shader semantic name.
public string ShaderSemantic
Field Value
Slot
Input slot index.
public int Slot
Field Value
SlotType
Type of the input slot.
public RenderSlotType SlotType