Skip to content
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

Vulkan: multiple render targets broken #821

Open
luboslenco opened this issue Oct 25, 2023 · 0 comments
Open

Vulkan: multiple render targets broken #821

luboslenco opened this issue Oct 25, 2023 · 0 comments

Comments

@luboslenco
Copy link
Contributor

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).

https://github.com/Kode/Kinc/blob/main/Backends/Graphics5/Vulkan/Sources/kinc/backend/graphics5/vulkan.h#L54

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant