mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 12:47:55 +03:00
92809f8a78
Maxwell3D supports independent blending which has different blending per-RT and common blending which has the same blending for all RTs. There is a register determining which mode to utilize and we simply have two arrays of `VkPipelineColorBlendAttachmentState` for the RTs that we toggle between to make the transition between them extremely cheap.