Just checking, but it appears D3D9's DrawPrimitiveUP / any method of drawing WITHOUT a vertex buffer has been all but stripped out of D3D11.

Is there a way to draw in D3D11 that does not use a vertex buffer, with example?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

No, you have to use a vertex buffer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.