diff options
author | Markus Wick <markus@selfnet.de> | 2018-09-05 11:36:50 +0200 |
---|---|---|
committer | Markus Wick <markus@selfnet.de> | 2018-09-05 18:46:35 +0200 |
commit | d3ad9469a172eeaaf34ca641a6bf679b7b10eedf (patch) | |
tree | f4883bd9d06a1f370039e96c41beea70ff1a3f2b /src/yuzu_cmd | |
parent | 527e362a839632ab2d9f7fae3147f53709469d32 (diff) |
gl_rasterizer: Implement a VAO cache.
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.
Diffstat (limited to 'src/yuzu_cmd')
0 files changed, 0 insertions, 0 deletions