blob: aa7f571422333ce588629ed85a2c3e39b6d569ef [file] [log] [blame]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Generated from Web IDL definitions.
import 'dart:js_interop';
import 'webgl1.dart';
import 'webgl2.dart';
@JS('EXT_disjoint_timer_query_webgl2')
@staticInterop
class EXT_disjoint_timer_query_webgl2 {
external static GLenum get QUERY_COUNTER_BITS_EXT;
external static GLenum get TIME_ELAPSED_EXT;
external static GLenum get TIMESTAMP_EXT;
external static GLenum get GPU_DISJOINT_EXT;
}
extension EXTDisjointTimerQueryWebgl2Extension
on EXT_disjoint_timer_query_webgl2 {
external void queryCounterEXT(
WebGLQuery query,
GLenum target,
);
}