Open
Description
Topic
I was doing some logging in the setUniform function and noticing how many uniforms we're setting, even when just drawing a single object with nothing but flat lighting. Would it improve our perf at all if we switched to using uniform buffer objects instead of setting each uniform one by one for the fill / stroke / material shaders?
This might introduce more complexity than its worth, but I thought it would be good to flag nonetheless!
Metadata
Metadata
Assignees
Type
Projects
Status
System Level Changes