Vulkan – Fragment shader doesn’t seem to output anything to swapchain image
I started building a little renderer to try out Vulkan (coming from OpenGL). I started by a good old triangle but the fragment shader doesn’t want to output anything. My output image (coming directly from the swapchain) stays filled with the clear color. I’m using Vulkan 1.3 for dynamic rendering.