Skip to content
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

Open
zinwalin opened this issue Nov 22, 2019 · 6 comments
Open

it's black screen wehn run release binary #5

zinwalin opened this issue Nov 22, 2019 · 6 comments

Comments

@zinwalin
Copy link

anyone had the same issue?

image

@PerspectivesLab
Copy link

PerspectivesLab commented Jan 22, 2020

yes i have same, nvidia quadro p4000, black screen, i dont know how to resolve this... any hint please ?

@HorstBaerbel
Copy link

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.

@SirKnightTG
Copy link

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.

@SirKnightTG
Copy link

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.

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.

@HorstBaerbel
Copy link

HorstBaerbel commented Feb 20, 2020

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... ;)

@jcxz
Copy link

jcxz commented Apr 21, 2020

What is the status of this issue ? I am also seeing only black screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants