skyline/app
PixelyIon 50a8b69f7b Optimize descriptor set writes using push descriptors
We can use inline push descriptors for writing to descriptor rather than allocating a descriptor set for a one time write and freeing it as this is rather inefficient while an inline push descriptor generally ends up being a direct `memcpy` on the driver side designed for this use-case.
2022-04-24 13:45:09 +05:30
..
libraries Swap out boostorg/boost for skyline-emu/boost 2022-04-14 14:14:52 +05:30
src/main Optimize descriptor set writes using push descriptors 2022-04-24 13:45:09 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Swap out boostorg/boost for skyline-emu/boost 2022-04-14 14:14:52 +05:30
CMakeLists.txt Implement QuadList support for non-indexed draws 2022-04-20 18:17:10 +02:00
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30