An enum containing different power preference hints for the WeixinMiniGame context.
This enum is used within the WeixinMiniGame platform to hint to the underlying WeixinMiniGame implementation how to choose its GPU configuration in multi-gpu systems.
Default | The WeixinMiniGame implementation is left to decide which GPU configuration is most suitable. |
LowPower | Requests the WeixinMiniGame implementation prioritizes power savings. |
HighPerformance | Requests the WeixinMiniGame implementation prioritizes rendering performance. |