rocky-demo.exe doesn't want to start #26
-
Hi, All necessary dll files are in the build directory. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 25 replies
-
The shaders are present in rocky's_install_directory/shaders folder, make sure you have that folder present. If not, try re-installing rocky. |
Beta Was this translation helpful? Give feedback.
-
If the problem's what I think it is, then it's fixed by the vendor-neutral barycentric coordinate commit that's made it into the VSG 1.1.2 PR. Rocky's set up to use an Nvidia-specific GLSL extension, and requests it when the Vulkan context is created, so the VSG errors out if there's no Nvidia GPU present. There's an identical vendor-neutral extension that also works on many GPUs from other vendors, and all the same Nvidia GPUs provided they're using a driver from 2022 or later. |
Beta Was this translation helpful? Give feedback.
Thanks. I pushed a couple changes that will hopefully (a) check whether the extension is supported before requesting it, and (b) check in all shaders whether it's been enabled.