I just installed the February DX SDK. Now I'm missing the fps display I used to have in the status display when I switched off vsync in the old sdk (August 05). With the new sdk it just says "vsync off". How can I diplay the fps with the new sdk
Nico

February SDK: Where is my frame count? ;-)
bluffmastor
barf
Wimmo
Hi NicoRi. It's very simple, the only thing you need to get the FPS info is to pass TRUE as parameter for DXUTGetFrameStats (wich is FALSE by default). Also, you can use DXUTGetFPS, that returns the FPS as a float value.
quadratron
Zarryn