blob: 793ffad95f10ec2bf51817c3facc0b737cc21dc9 [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.
[
RuntimeEnabled=WebGPU
] interface WebGPUDevice {
readonly attribute WebGPUAdapter adapter;
void dummy();
};