Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Some future release
-
None
-
-
739382a1bf2e5c8bd9b006d1f83d04a6add0eb3e (qt/qtbase/5.15)
Description
The webgl context attributre preferLowPowerToHighPerformance was removed from WebGL and emscripten.
New attribute is called powerPreference
enum WebGLPowerPreference { "default", "low-power", "high-performance" };
attributes.powerPreference = EM_WEBGL_POWER_PREFERENCE_HIGH_PERFORMANCE