D3D10_DDI_PRIMITIVE_TOPOLOGY enumeration (d3d10umddi.h)
The D3D10_DDI_PRIMITIVE_TOPOLOGY enumeration type contains values that identify primitive topologies in a call to the driver's IaSetTopology function.
Syntax
typedef enum D3D10_DDI_PRIMITIVE_TOPOLOGY {
D3D10_DDI_PRIMITIVE_TOPOLOGY_UNDEFINED,
D3D10_DDI_PRIMITIVE_TOPOLOGY_POINTLIST,
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINELIST,
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINESTRIP,
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLELIST,
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP,
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINELIST_ADJ,
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ,
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ,
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ,
D3D11_DDI_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST,
D3D11_DDI_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST
} ;
Constants
D3D10_DDI_PRIMITIVE_TOPOLOGY_UNDEFINED The primitive topology is undefined. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_POINTLIST Vertices are rendered as a collection of isolated points. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINELIST Vertices are rendered as a list of isolated straight line segments. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINESTRIP Vertices are rendered as a single polyline. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLELIST Vertices are rendered as a sequence of isolated triangles. Each group of three vertices defines a separate triangle. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP Vertices are rendered as a triangle strip. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINELIST_ADJ The primitives contain room for adjacency information. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_LINESTRIP_ADJ The primitives contain room for adjacency information. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLELIST_ADJ The primitives contain room for adjacency information. |
D3D10_DDI_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP_ADJ The primitives contain room for adjacency information. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_2_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_3_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_4_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_5_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_6_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_7_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_8_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_9_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_10_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_11_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_12_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_13_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_14_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_15_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_16_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_17_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_18_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_19_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_20_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_21_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_22_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_23_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_24_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_25_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_26_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_27_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_28_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_29_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_30_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_31_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
D3D11_DDI_PRIMITIVE_TOPOLOGY_32_CONTROL_POINT_PATCHLIST Supported in Windows 7 and later versions. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3d10umddi.h (include D3d10umddi.h) |