mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-11-29 16:55:47 +00:00
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 | ||