skyline/app
PixelyIon 3879d573d5 Fix Command Buffer Allocation & FenceCycle
This commit fixes a major issue with command buffer allocation which would result in only being able to utilize a command buffer slot on the 2nd attempt to use it after it's freed, this would lead to a significantly larger amount of command buffers being created than necessary. It also fixes an issue with the command buffers not being reset after they were utilized which results in UB eventually.

Another issue was fixed with `FenceCycle` where all dependencies are only destroyed on destruction of the `FenceCycle` itself rather than the function where the `VkFence` was found to be signalled.
2021-10-05 01:13:22 +05:30
..
libraries Introduce Boost as a submodule + Minor Fixes 2021-10-05 01:13:22 +05:30
src/main Fix Command Buffer Allocation & FenceCycle 2021-10-05 01:13:22 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Move Mbed TLS to submodule + Update Java Libraries 2021-07-12 21:27:49 +05:30
CMakeLists.txt Validation Layer Filter + Fix Texture, GPU & PresentationEngine bugs 2021-10-05 01:13:22 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30