-
Notifications
You must be signed in to change notification settings - Fork 437
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
moltenvk 1.1.92 causes empty screen and validation errors #1146
Comments
Getting the same for the triangle.
Edit:
Waiting for the future will fix the overflow, but might be a hack. |
This is possibly related to #1135. |
So what should we do here ? I’d like to test on a recent moltenvk but not sure how. I’m pretty sure this is a moltenvk issue ... |
Upgrading to 1.1.97 no longer has a blue screen; I believe my suspicion was correct, and this was a regression in moltenvk which appears to have been fixed up stream. I will re-open this issue if next moltenvk release has a regression, and if so, I'll file directly in moltenvk and link to this issue, if you don't mind. |
I'm seeing this same issue (blue screen when I run triangle or teapot example), on a much later version of Vulkan, any thoughts? vulkan 1.2.141 |
Template
Issue
Running teapot or triangle on macOS has a "blue screen of death", e.g., nothing is rendered except screen with blue background. On my own project I know that events are received, etc., but the vulcan backend rendering does nothing, likely because validation errors are causing UB somewhere?
When run with validation layers, we see:
NOTE: switching back to at least 1.1.85.0 has no validation errors and there are no problems; so this could be a moltenVK issue? Not sure.
Running the same project on linux with validation layers does not have these warnings, so I'm more inclined to think this could be a moltenVK issue?
The text was updated successfully, but these errors were encountered: