'Declaration Public Enum PrimitiveTopology Inherits System.Enum
public enum PrimitiveTopology : System.Enum
'Declaration Public Enum PrimitiveTopology Inherits System.Enum
public enum PrimitiveTopology : System.Enum
Member | Description |
---|---|
LineList | D3D_PRIMITIVE_TOPOLOGY_LINELIST |
LineListWithAdjacency | D3D_PRIMITIVE_TOPOLOGY_LINELIST_ADJ |
LineStrip | D3D_PRIMITIVE_TOPOLOGY_LINESTRIP |
LineStripWithAdjacency | D3D_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ |
PatchListWith10ControlPoints | D3D_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST |
PatchListWith11ControlPoints | D3D_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST |
PatchListWith12ControlPoints | D3D_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST |
PatchListWith13ControlPoints | D3D_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST |
PatchListWith14ControlPoints | D3D_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST |
PatchListWith15ControlPoints | D3D_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST |
PatchListWith16ControlPoints | D3D_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST |
PatchListWith17ControlPoints | D3D_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST |
PatchListWith18ControlPoints | D3D_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST |
PatchListWith19ControlPoints | D3D_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST |
PatchListWith1ControlPoints | D3D_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST |
PatchListWith20ControlPoints | D3D_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST |
PatchListWith21ControlPoints | D3D_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST |
PatchListWith22ControlPoints | D3D_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST |
PatchListWith23ControlPoints | D3D_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST |
PatchListWith24ControlPoints | D3D_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST |
PatchListWith25ControlPoints | D3D_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST |
PatchListWith26ControlPoints | D3D_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST |
PatchListWith27ControlPoints | D3D_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST |
PatchListWith28ControlPoints | D3D_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST |
PatchListWith29ControlPoints | D3D_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST |
PatchListWith2ControlPoints | D3D_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST |
PatchListWith30ControlPoints | D3D_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST |
PatchListWith31ControlPoints | D3D_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST |
PatchListWith32ControlPoints | D3D_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST |
PatchListWith3ControlPoints | D3D_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST |
PatchListWith4ControlPoints | D3D_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST |
PatchListWith5ControlPoints | D3D_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST |
PatchListWith6ControlPoints | D3D_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST |
PatchListWith7ControlPoints | D3D_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST |
PatchListWith8ControlPoints | D3D_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST |
PatchListWith9ControlPoints | D3D_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST |
PointList | D3D_PRIMITIVE_TOPOLOGY_POINTLIST |
TriangleList | D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST |
TriangleListWithAdjacency | D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ |
TriangleStrip | D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP |
TriangleStripWithAdjacency | D3D_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ |
Undefined | D3D_PRIMITIVE_TOPOLOGY_UNDEFINED |
System.Object
System.ValueType
System.Enum
C1.Util.DX.Direct3D11.PrimitiveTopology