Skip to main content

All Questions

Tagged with
1 vote
1 answer
526 views

How do you loop through the contents of a buffer in DX11?

Okay, so I'm currently using the IAGetVertexBuffers() method and I'd like to loop through some of the returned buffers to verify the contents. However, I'm kind of new to DirectX and C++ in general. I ...
junfanbl's user avatar
  • 113