LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Peter M Ashford on December 08, 2019, 20:19:40

Title: Nvidia NSight
Post by: Peter M Ashford on December 08, 2019, 20:19:40
Has anyone had any luck getting NVidia NSight working with LWJGL3 jars?  I've managed to get RenderDocs working with my Java code but no luck so far with NSight.

Cheers!
Title: Re: Nvidia NSight
Post by: KaiHH on December 08, 2019, 20:39:35
Yes, both OpenGL and Vulkan work fine with LWJGL 3 applications on Windows with Nsight Graphics 2019.5.1. You just have to start NSight as an Administrator and, of course, specify the java.exe launcher with the `-jar yourRunnable.jar` as program arguments.