-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it's black screen wehn run release binary #5
Comments
yes i have same, nvidia quadro p4000, black screen, i dont know how to resolve this... any hint please ? |
As far as I understand it, you need a Vulkan device + driver that supports the "VK_NV_raytracing" extension, which means a card that has raytracing cores, like the Nvidia RTX series. |
I have this issue with an RTX 2080 Ti and newest driver. This used to work, but I'm thinking a driver update at some point caused the breakage. It could be the app is relying on a bug in the driver that was fixed. I had some issues getting the code to build, but it's been a while so I don't remember what was going on. I should try again. |
You don't need RTCores for VK_NV_raytracing (or DXR) support to exist. Pascal going back to 1060 will work. It'll be slow as heck, but it'll work. |
Thanks for the clarification. Didn't know that. Now I feel tempted to try it on my GTX 1650 Ti... ;) |
What is the status of this issue ? I am also seeing only black screen. |
anyone had the same issue?
The text was updated successfully, but these errors were encountered: