Platform SDK: DirectX

Grouping Vertices

You can group vertices for a primitive in two basic ways:

The DrawPrimitive architecture makes it possible to render groups of vertices that define a primitive in a single call or to render the vertices that comprise a primitive one by one. For more information, see Rendering Primitives.