Table of Contents

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

DXGI_FORMAT

InstanceStepRate

Number of instances to draw using the same per-instance data before advancing by one element.

public int InstanceStepRate

Field Value

int

Offset

Byte offset of the attribute within the vertex.

public uint Offset

Field Value

uint

SemanticIndex

Semantic index for the attribute.

public int SemanticIndex

Field Value

int

SemanticName

Semantic name of the attribute (e.g., "POSITION", "NORMAL", "TEXCOORD").

public string SemanticName

Field Value

string

ShaderSemantic

Shader semantic name.

public string ShaderSemantic

Field Value

string

Slot

Input slot index.

public int Slot

Field Value

int

SlotType

Type of the input slot.

public RenderSlotType SlotType

Field Value

RenderSlotType