pixi.js
    Preparing search index...

    Type Alias GpuPowerPreferenceAdvanced

    GpuPowerPreference: "low-power" | "high-performance"

    The GPU power preference for the WebGPU context. This is an optional hint indicating what configuration of GPU is suitable for the WebGPU context,

    • 'high-performance' will prioritize rendering performance over power consumption,
    • 'low-power' will prioritize power saving over rendering performance.