blob: f8275e3ffe7a08f85b6fddd584abd1701785d015 [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 GPUTextureView {
};
GPUTextureView includes GPUObjectBase;