mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-07 23:55:29 +03:00
23c9388caf
Descriptor set updates were broken on the non-push-descriptor path due to lifetime issues with VkDescriptorSetLayout's usage during the execution phase which entirely broke rendering on AMD/Mali GPUs due to them not supporting `VK_KHR_push_descriptor`. This commit addresses that by moving the allocation of a descriptor set to outside the lambda and into the recording phase, it also simplifies the semantics and resources passed into the lambda by removing redundancies. |
||
---|---|---|
.. | ||
main |