Skip to content
Snippets Groups Projects
user avatar
jsiegle authored
In order to improve rendering efficiency, the screenBuffer was changed
from a Juce AudioSampleBuffer to an array of GLfloats. Instead of specifying
each individual vertex, OpenGL receives a glVertexPointer. Exact timing
improvements have not been measured, but they should be significant.
679dc2bb
History