blob: 08a9d3ff788e84d3d752d4348cb362bdf835dbb2 [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 WebGPUAdapter {
readonly attribute DOMString name;
[CallWith=ExecutionContext] WebGPUDevice createDevice();
};