Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
First make some measurements (maybe permanent behind define) of how long creating the shaders & component and baking takes. Then optimize at least the string handling. QQEM used to use QStringBuilder but that wasn't enabled when switching qmake -> CMake. Also use std::as_const when possible etc. Measure the improvements.