Got my Vulkan app running with no debug layers, but black screen (OS X)

Anyone experienced this? It works fine on Windows, but on my Macbook Air M2 it just shows a black screen. I tried setting clear color to green and that works. I could really use RenderDoc on mac :face_with_peeking_eye:

Update: If I dont use uniforms it works. I tried alignment, update order everything. MoltenVK must have some wierd requirement I cant see. All debug output is clean :thinking:

Regards
Odin

I am a moron and will post it here for all to see! Uniform order matters (ofcourse) and it will give you no error or warning! I had a unordered map where I added uniforms in my class, and on OSX and Linux the order was reverse of Windows. So let this be a cautionary tale! It works great on OSX with MoltenVK! :laughing::face_with_peeking_eye: