Enum D3D11InputClassification
Type of data contained in an input slot.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11InputClassification
Fields
| Name | Description |
|---|---|
| PerInstanceData | Input data is per-instance data. |
| PerVertexData | Input data is per-vertex data. |