summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgl/webgl2_compute_rendering_context.idl
blob: 9a434041c65b7305c6d3e6c737592c91bbea62d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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 OffscreenCanvas, Window StableBlinkFeatures)
] interface WebGL2ComputeRenderingContext { };
WebGL2ComputeRenderingContext implements WebGLRenderingContextBase;
WebGL2ComputeRenderingContext implements WebGL2RenderingContextBase;
WebGL2ComputeRenderingContext implements WebGL2ComputeRenderingContextBase;