summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/webgpu.idl
blob: 8877baff2fe872a2efbcd576599f8f5bff8a2874 (plain)
1
2
3
4
5
6
7
8
9
// 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.

[
    RuntimeEnabled=WebGPU
] interface WebGPU {
    WebGPUAdapter getAdapter(WebGPUAdapterDescriptor descriptor);
};