mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 16:35:29 +01:00
bf89f96bf5
Implements `AddClearDepthStencilSubpass` in `CommandExecutor` which is similar to `ClearColorAttachment` in that it uses `VK_ATTACHMENT_LOAD_OP_CLEAR` for the clear which is far more efficient than using `VK_ATTACHMENT_LOAD_OP_LOAD` then doing the clear.