[TIPS] How To Know If a PhysX Application Uses PhysX GPU


This is a little trick to know if a PhysX application is running with software PhysX or GPU PhysX.
With NVIDIA’s display drivers R195.xx like the latest R195.62 WHQL, just open the NVIDIA Control Panel and you’ll find in the 3D Settings menu bar item, the PhysX Visual Indicator ON/OFF.

If the application uses PhysX GPU, you will see PhysX > GPU otherwise you’ll see PhysX > CPU like in the GeeXLab simple PhysX demo:

I will look at GeeXLab code if everything is ok because PhysX CPU is not normal…
This functionality seems to be useful to developers
Tweet
[ Subscribe to Geeks3D latest news by email ]














PhysX CPU is normal for demo with simple box, cause GPU rigid bodies are not supported in public SDK
Yep but I’ll do the check anyway. Actually I will add PhysX fluid to GeeXLab to have a simple way to see if PhysX GPU is enabled or not.
[...] [source] [...]
[...] How To Know If a PhysX Application Uses PhysX GPU [...]
[...] Adjusted text output to not conflict with the PhysX Visual Indicator [...]