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