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