-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt 3D Studio 2.4 BETA1
-
None
Currently when using delayed loading the texture data is uploaded to the gpu in the render thread, which is not optimal. Add background thread, which uploads the data using context sharing.