blob: 170569f401dd540231ac83b257114b811bb45170 [file] [log] [blame]
// Copyright (c) 2023, 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_bptc')
@staticInterop
class EXT_texture_compression_bptc {
external static GLenum get COMPRESSED_RGBA_BPTC_UNORM_EXT;
external static GLenum get COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT;
external static GLenum get COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT;
external static GLenum get COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT;
}