blob: 7bf772a86fc5dd508a2dee2075a1aae50324b386 [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 GPUShaderModule {
[CallWith=ScriptState] Promise<GPUCompilationInfo> getCompilationInfo();
};
GPUShaderModule includes GPUObjectBase;