mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-19 15:47:33 +01:00
d3ad9469a1
This patch caches VAO objects instead of re-emiting all pointers per draw call. Configuring this pointers is known as a fast task, but it yields too many GL calls. So for better performance, just bind the VAO instead of 16 pointers. |
||
---|---|---|
.. | ||
fermi_2d.cpp | ||
fermi_2d.h | ||
maxwell_3d.cpp | ||
maxwell_3d.h | ||
maxwell_compute.cpp | ||
maxwell_compute.h | ||
maxwell_dma.cpp | ||
maxwell_dma.h | ||
shader_bytecode.h |