glerminal icon indicating copy to clipboard operation
glerminal copied to clipboard

Implement instanced rendering

Open Teascade opened this issue 7 years ago • 0 comments

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.

Teascade avatar Mar 18 '18 13:03 Teascade