Version: 2022.3
言語: 日本語

WebGLPowerPreference

enumeration

マニュアルに切り替える

説明

An enum containing different power preference hints for the WebGL context.

This enum is used within the WebGL platform to hint to the underlying WebGL implementation how to choose its GPU configuration in multi-gpu systems.

変数

DefaultThe WebGL implementation is left to decide which GPU configuration is most suitable.
LowPowerRequests the WebGL implementation prioritizes power savings.
HighPerformanceRequests the WebGL implementation prioritizes rendering performance.