blob: 0e61699384b37c0c04a91ad441a3df7a32b5561e [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_norm16')
@staticInterop
class EXT_texture_norm16 {
external static GLenum get R16_EXT;
external static GLenum get RG16_EXT;
external static GLenum get RGB16_EXT;
external static GLenum get RGBA16_EXT;
external static GLenum get R16_SNORM_EXT;
external static GLenum get RG16_SNORM_EXT;
external static GLenum get RGB16_SNORM_EXT;
external static GLenum get RGBA16_SNORM_EXT;
}