-
Notifications
You must be signed in to change notification settings - Fork 4
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
BaseVulkanApp.VulkanMode() not returning VulkanPresent #6
Comments
TLDR VulkanMode() was not addressed in #4. It does not return the intended default behavior. It has to be (application.go line 98-100):
/TLDR I had to read up on this. The following code describes the current behavior of VulkanMode.
and this is the output:
I played around some more with it.
So by default it will return true for all VulkanModes except VulkanNone. |
Hey,
the vulkancube demo returned a nullpointer reference error. So I backtracked the error a bit and it seems that the BaseVulkanApp.VulkanMode() does not return VulkanPresent by default. So either the Method has to be overwritten by the vulkancube demo for it to work or the default method has to be changed.
Great work btw!
The text was updated successfully, but these errors were encountered: