You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new(ish) hello_triangle_1_3 sample is missing the required portability extension and flag on macOS instance creation, and does not test for null device on sample exit. The latter issue causes a crash on macOS (since Vulkan 1.3 is not yet supported) and stops batch mode which is annoying.
Fix will be supplied in a coming PR.
The text was updated successfully, but these errors were encountered:
This was a deliberate choice, as at the time we decided to do this, MoltenVK did not support Vulkan 1.3. Did that change recently?
Indeed this sample does not yet run on MoltenVK, but does cause a crash in batch mode on macOS which prematurely terminates the run. Very annoying. My fix simply fixes the crash so the sample starts and terminates cleanly and batch mode runs to completion properly. Small changes.
The new(ish) hello_triangle_1_3 sample is missing the required portability extension and flag on macOS instance creation, and does not test for null device on sample exit. The latter issue causes a crash on macOS (since Vulkan 1.3 is not yet supported) and stops batch mode which is annoying.
Fix will be supplied in a coming PR.
The text was updated successfully, but these errors were encountered: