skyline/app
PixelyIon 2712b3276b Fix incorrect VkBufferImageCopy offset calculations
The `VkBufferImageCopy` offset calculations were wrong inside `CopyIntoStagingBuffer` as it multiplied the mip level's linear size by `levelCount` rather than `layerCount`. This led to substantial UB in games which called this function as it led to an overflow and resulted in writing to other areas of the buffer which caused major issues such as vertex/index buffer corruption and corresponding graphical glitches alongside likely being the cause of some crashes.
2022-06-02 22:14:22 +05:30
..
libraries Update hades 2022-05-08 19:37:10 +01:00
src/main Fix incorrect VkBufferImageCopy offset calculations 2022-06-02 22:14:22 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Introduce CI build signing 2022-05-31 01:25:18 +05:30
CMakeLists.txt Stub nim services used for eShop communication 2022-05-31 22:07:01 +01:00
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30