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