Commit d3ad9469 authored by Markus Wick's avatar Markus Wick
Browse files

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.
parent 527e362a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment