blob: 0f9deeade0f8f9c8c4489c5d56bd0df98c88b59b [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';
@JS('EXT_texture_compression_rgtc')
@staticInterop
class EXT_texture_compression_rgtc {
external static GLenum get COMPRESSED_RED_RGTC1_EXT;
external static GLenum get COMPRESSED_SIGNED_RED_RGTC1_EXT;
external static GLenum get COMPRESSED_RED_GREEN_RGTC2_EXT;
external static GLenum get COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT;
}