hi,
Does anyone know about performance tuning application called PerfKit by nVidia. The documentation says that we need to change the code of creating directx device.
Does anyone know how we can integrate it to Irrlicht??????
There's a define in IrrCompileConfig in Irrlicht 1.5 for it. It enables the proper device enumerator, don't know what else is necessary. But there should be a thread on this topic somewhere, so just search for it.
The code looks complete, but it might be nice if the user didn't have to rebuild the library with _IRR_USE_NVIDIA_PERFHUD_ defined. Perhaps adding a flag to SIrrlichtCreationParamaters would be a better solution?