blob: 402e4f1d68eb823f5dfcb3f910ab0d745ec8a571 [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.
[
DoNotCheckConstants,
Exposed(Worker WebGL2ComputeContext, Window WebGL2ComputeContext)
] interface WebGL2ComputeRenderingContext { };
WebGL2ComputeRenderingContext includes WebGLRenderingContextBase;
WebGL2ComputeRenderingContext includes WebGL2RenderingContextBase;
WebGL2ComputeRenderingContext includes WebGL2ComputeRenderingContextBase;