blob: 6b778e6cfd08962b42a73d75b5cb8d003c1c2c82 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://gpuweb.github.io/gpuweb/
[
Exposed(Window WebGPU, DedicatedWorker WebGPU),
SecureContext
] interface GPUBindGroup {
};
GPUBindGroup includes GPUObjectBase;