AustinJ235 / basalt

A rust library that provides window creation, input handling, and most importantly a UI.
MIT License
149 stars 5 forks source link

Black screen when running the static example #17

Open Septimus opened 3 years ago

Septimus commented 3 years ago

As title says. I am not getting any errors that I can see however.

AustinJ235 commented 3 years ago

What graphics card? I haven't been able to test with an nvidia card for a couple of years, so I have no idea if they have issues or not..

AustinJ235 commented 3 years ago

I was enabling all supported features by the device. This is apparently known to cause issues. If you want to give the latest master a go and see if that resolves your issues.

Related: https://github.com/AustinJ235/basalt/commit/49157c98d50a9e55e2f170433eb0e503386359e3

AustinJ235 commented 2 years ago

Updating the examples this does seem to be the case on my system also. Not exactly sure why it is broken. Potentially some issues with initialization?