Index: client/dom/generated/src/frog/OESVertexArrayObject.dart |
diff --git a/client/dom/generated/src/frog/OESVertexArrayObject.dart b/client/dom/generated/src/frog/OESVertexArrayObject.dart |
deleted file mode 100644 |
index f5c8d256dc013b22b570f9131f449b55b60d6843..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/OESVertexArrayObject.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
- |
-class _OESVertexArrayObjectJs extends _DOMTypeJs implements OESVertexArrayObject native "*OESVertexArrayObject" { |
- |
- static final int VERTEX_ARRAY_BINDING_OES = 0x85B5; |
- |
- void bindVertexArrayOES(_WebGLVertexArrayObjectOESJs arrayObject) native; |
- |
- _WebGLVertexArrayObjectOESJs createVertexArrayOES() native; |
- |
- void deleteVertexArrayOES(_WebGLVertexArrayObjectOESJs arrayObject) native; |
- |
- bool isVertexArrayOES(_WebGLVertexArrayObjectOESJs arrayObject) native; |
-} |