glerminal
glerminal copied to clipboard
Implement instanced rendering
Implement an optimization to the renderer module, where the rectangles are drawn with instanced array rendering (gl::DrawArraysInstanced). This should improve rendering performance about 6 times.