Is there a way to see the amount of draw calls in runtime?
Maybe there is a simple directX method for that?
I've thought about making a variable that just hold the amount of times I call Draw() or DrawIndexed() but that seems a little "stupid".
Any ideas?
Thanks in advance