vulkan-go / asche

Vulkan API higher-level framework and utils for Go programming language
MIT License
77 stars 4 forks source link

vulkan-go/demos/vulkancube - black viewport #5

Open mojzesh opened 5 years ago

mojzesh commented 5 years ago

Hi, folks!

I just want to report an issue... Commit: 73347e6c7509e5438ce3231d1969bb07b7344114 is causing vulkan-go/demos/vulkancube demo (tested on latest version) to display black viewport instead of the content. Reverting this commit is resolving the issue for me...

OS: Ubuntu 19.04 Nvidia Driver: 418.56 I spent a couple hours to figure this out... :)

https://github.com/vulkan-go/asche/commit/73347e6c7509e5438ce3231d1969bb07b7344114

Thanks

xlab commented 5 years ago

I'm sorry. I have not enough devices/time to do regression testing, so thank you for reporting.

What's your VulkanMode right now? Does it match asche.DefaultVulkanMode? See the original issue for additional context https://github.com/vulkan-go/asche/issues/4