mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 01:01:15 +01:00
9e63ecf05d
Support for clearing the depth/stencil RT has been added as its own function via either optimized `VkAttachmentLoadOp`-based clears or `vkCmdClearAttachments`. A bit of cleanup has also been done for color RT clears with the lambda for the slow-path purely calling the command rather than creating the parameter structures.