Browse Source

Sync with Browser.hx 96cb03929c.

Bruno Garcia 12 years ago
parent
commit
0f21d29873
1 changed files with 3 additions and 0 deletions
  1. 3 0
      std/js/html/webgl/RenderingContext.hx

+ 3 - 0
std/js/html/webgl/RenderingContext.hx

@@ -23,6 +23,9 @@
 // This file is generated, do not edit!
 package js.html.webgl;
 
+/** An alias for accessing GL constants more easily. */
+typedef GL = RenderingContext;
+
 @:native("WebGLRenderingContext")
 extern class RenderingContext extends js.html.CanvasRenderingContext
 {