Feature #2202
Feature #4: UI improvements
Optimize UI rendering by collecting multiple widgets into one draw call
Status:
Closed
Priority:
High
Assignee:
Category:
Enhancement
Target version:
Start date:
2017-02-19
% Done:
100%
Description
When rendering the UI, libappfw needs to dynamically collect widgets into a temporary buffer and, once it fills up or when GL state changes, make one draw call for the entire buffer.