The vertex-buffer tag has no wiki summary.
1
vote
2answers
80 views
One index buffer with multiple vertex buffers?
I noticed that there's IASetVertexBuffers() to set multiple vertex buffers at once but there's only IASetIndexBuffer() to set one index buffer. So I assume that I can simultaneously only have one ...
2
votes
1answer
107 views
Can I change vertex buffer's size?
Maybe it's a stupid question but I actually don't know - is it possible to change vertex buffer's size after it's been already created (with CreateBuffer())? If so, how do I update its data (with both ...