skyline/app/src/main/cpp
Billy Laws 7b4da52445 Add a fast binding sync path for when only one cbuf has changed
SMO implements instanced draws by repeating the same draw just with a different constant buffer bound. Reduce the cost of this significantly by detecting such cases and instead of processing every descriptor, copy the previous descriptor set and update only the ones affected by the bound constant buffer.

Credits to ripinperiperi for the initial idea and making me aware of how SMO does these draws
2022-11-02 17:46:07 +00:00
..
skyline Add a fast binding sync path for when only one cbuf has changed 2022-11-02 17:46:07 +00:00
driver_jni.cpp Add utilities for reading and installing gpu driver packages 2022-08-06 22:00:19 +05:30
emu_jni.cpp Print NPDM + NACP metadata for title determination 2022-10-23 20:20:44 +05:30
loader_jni.cpp Follow typical per-file detail formatting 2022-08-27 18:54:27 +05:30