#Blank Screen
14 messages · Page 1 of 1 (latest)
If so, it's probably frustum culling
Hmm. If it's crashing on the examples can you please open an issue and check the wgpu examples?
Hmm, well thanks for checking at least
weird, I haven't run into that on a similar system (6800xt+5900x+latest driver, but on windows 11)
there isn't actually a dx11 backend, and GL needs some special stuff
on windows
need to download angle .dlls and add them to the folder, wgpu repo has some instructions on what to do to get GL working on windows
can you try launching it with windbg and see if it runs into any errors?
Is it straight up freezing, or is it just not rendering anything? Like, if you add a system that just runs a println! to update does that print to the console?
if it's frozen and not just not rendering, could you try https://amanieu.github.io/parking_lot/parking_lot/deadlock/index.html
(maybe with a lower duration)
just add it above the bevy app setup stuff in main
Well, it's good that it isn't a deadlock I guess