Enum InputType
- Namespace
- Pie
- Assembly
- Pie.dll
The type of an input layout element.
public enum InputType
Fields
PerInstance = 1This input layout element is read per instance.
PerVertex = 0This input layout element is read per vertex.
The type of an input layout element.
public enum InputType
PerInstance = 1This input layout element is read per instance.
PerVertex = 0This input layout element is read per vertex.