skyline/app/src/main
Billy Laws 4149ab1067 Implement Maxwell 3D instanced draw support
In the Maxwell 3D engine, instanced draws are implemented by repeating the exact same draw in sequence with special flag set in vertexBeginGl. This flag allows either incrementing the instance counter or resetting it, since we need to supply an instance count to the host API we defer all draws until state changes occur. If there are no state changes between draws we can skip them and count the occurences to get the number of instances to draw.
2022-05-07 13:56:09 +01:00
..
assets Improve Shared Fonts + Fix AM PopLaunchParameter & Choreographer Bug 2021-10-16 12:13:30 +01:00
cpp Implement Maxwell 3D instanced draw support 2022-05-07 13:56:09 +01:00
java/emu/skyline Use built-in vibrator by default for controller #0 2022-04-14 14:14:52 +05:30
res Move Skyline internal files to external directory 2022-04-14 14:14:52 +05:30
AndroidManifest.xml Add profileable attribute to AndroidManifest.xml 2022-05-01 18:27:27 +05:30