class InputElementDescription
The descriptor when creating input layouts.
| S | Append | This is a setting value for m_AlignedByteOffset. |
|---|
| m_StreamSlot | The input slot number of the stream. If multiple input elements belong to the same stream, that data must be interleaved. | |
|---|---|---|
| m_SemanticName | The name of the shader input element to set data for. | |
| m_Format | The data format of the input element. | |
| m_Count | The size of the data format of the input element. Specify a value in the range [1, 4]. | |
| m_AlignedByteOffset | Offset value. If InputElementDescriptionAppend is specified, add the input element to the end of the current stream. Otherwise, use the offset value to the start of the element. |
CONFIDENTIAL