skyline/app
PixelyIon 23c9388caf Fix VK_KHR_push_descriptor-less path for descriptor set updates
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.
2022-05-04 00:49:21 +05:30
..
libraries Swap out boostorg/boost for skyline-emu/boost 2022-04-14 14:14:52 +05:30
src/main Fix VK_KHR_push_descriptor-less path for descriptor set updates 2022-05-04 00:49:21 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update Kotlin, AGP, Gradle and Build Tools 2022-04-27 14:00:36 +05:30
CMakeLists.txt Implement Framebuffer Cache 2022-05-01 18:27:27 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30