Vertex buffer static/managed faster in locking than dynamic/default

Started by
10 comments, last by janta 14 years, 8 months ago
I've made now a vast abuse of vertex shader - 280 instructions for every single vertex (I remind I lock/unlock 300k of them) and the performance hasn't changed even a bit. It remains the same with both lock schemes.
Advertisement
Quote:Original post by Adam_42
...

Wouldn't the compiler be able to do the reordering himself when it's so obviously possible?

This topic is closed to new replies.

Advertisement