blob: 418eb95e8701db1f43ee4bf7bb50cbacdb7684c2 [file] [log] [blame]
// Copyright (c) 2025, 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.
//
// API docs from [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web).
// Attributions and copyright licensing by Mozilla Contributors is licensed
// under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/.
// Generated from Web IDL definitions.
// ignore_for_file: unintended_html_in_doc_comment
@JS()
library;
import 'dart:js_interop';
import 'webgl1.dart';
extension type WEBGL_compressed_texture_astc._(JSObject _) implements JSObject {
static const GLenum COMPRESSED_RGBA_ASTC_4x4_KHR = 37808;
static const GLenum COMPRESSED_RGBA_ASTC_5x4_KHR = 37809;
static const GLenum COMPRESSED_RGBA_ASTC_5x5_KHR = 37810;
static const GLenum COMPRESSED_RGBA_ASTC_6x5_KHR = 37811;
static const GLenum COMPRESSED_RGBA_ASTC_6x6_KHR = 37812;
static const GLenum COMPRESSED_RGBA_ASTC_8x5_KHR = 37813;
static const GLenum COMPRESSED_RGBA_ASTC_8x6_KHR = 37814;
static const GLenum COMPRESSED_RGBA_ASTC_8x8_KHR = 37815;
static const GLenum COMPRESSED_RGBA_ASTC_10x5_KHR = 37816;
static const GLenum COMPRESSED_RGBA_ASTC_10x6_KHR = 37817;
static const GLenum COMPRESSED_RGBA_ASTC_10x8_KHR = 37818;
static const GLenum COMPRESSED_RGBA_ASTC_10x10_KHR = 37819;
static const GLenum COMPRESSED_RGBA_ASTC_12x10_KHR = 37820;
static const GLenum COMPRESSED_RGBA_ASTC_12x12_KHR = 37821;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 37840;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 37841;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 37842;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 37843;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 37844;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 37845;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 37846;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 37847;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 37848;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 37849;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 37850;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 37851;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 37852;
static const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 37853;
external JSArray<JSString> getSupportedProfiles();
}