D2D1_INPUT_ELEMENT_DESC

<summary> This defines a single element of the vertex layout. </summary>

struct D2D1_INPUT_ELEMENT_DESC {
PCSTR semanticName;
UINT32 semanticIndex;
DXGI_FORMAT format;
UINT32 inputSlot;
UINT32 alignedByteOffset;
}

Meta