blob: 978760d4111151e48acd1148448ed35ff7bf0e64 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/gpuweb/gpuweb/blob/master/design/sketch.webidl
enum GPUPowerPreference {
"low-power",
"high-performance",
};
dictionary GPURequestAdapterOptions {
GPUPowerPreference powerPreference;
};