blob: 5f12a23dcb391e721c4aa9765137d96468d3ceef [file] [log] [blame]
// DO NOT EDIT
// Auto-generated dart:web_gl library.
/**
* 3D programming in the browser.
*/
library dart.dom.web_gl;
import 'dart:async';
import 'dart:collection';
import 'dart:_internal' hide deprecated;
import 'dart:html';
import 'dart:html_common';
import 'dart:nativewrappers';
import 'dart:typed_data';
import 'dart:_blink' as _blink;
part '$AUXILIARY_DIR/WebGLConstants.dart';
$!GENERATED_DART_FILES
// FIXME: Can we make this private?
final web_glBlinkMap = {
$!TYPE_MAP
};
$if JSINTEROP
// FIXME: Can we make this private?
final web_glBlinkFunctionMap = {
$!TYPE_FUNCTION_MAP
};
$endif