blob: 5bf0afe0fd1a7fd131bf24457a305f79f4d65052 [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 GPUCommandBuffer {
};
GPUCommandBuffer includes GPUObjectBase;