Struct D3D11.InputElementDesc
Describes a single element for the input-assembler stage.
Mirrors D3D11_INPUT_ELEMENT_DESC.
public struct D3D11.InputElementDesc
- Inherited Members
Fields
AlignedByteOffset
public uint AlignedByteOffset
Field Value
Format
public DXGI.Format Format
Field Value
InputSlot
public uint InputSlot
Field Value
InputSlotClass
public uint InputSlotClass
Field Value
InstanceDataStepRate
public uint InstanceDataStepRate
Field Value
SemanticIndex
public uint SemanticIndex
Field Value
SemanticName
public byte* SemanticName
Field Value
- byte*