-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Describe the bug
Rendering to multiple render targets in Vulkan is broken, because the shared render pass is set to only 1 color attachment (and only VK_FORMAT_B8G8R8A8_UNORM format).
To Reproduce
Build and run https://github.com/Kode/Kinc-Samples/tree/main/07_multiple_render_targets.
Additional context
#820
Last working commit - before 17e5fe9.
Reactions are currently unavailable