| 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
|
| index ebd0824d83e5438b51e09f25e298357029c7e723..d131aa9ea444aa4328a75b9bb8aef3205906c5fd 100644
|
| --- a/client/dom/generated/src/frog/OESVertexArrayObject.dart
|
| +++ b/client/dom/generated/src/frog/OESVertexArrayObject.dart
|
| @@ -1,6 +1,8 @@
|
|
|
| class OESVertexArrayObject native "*OESVertexArrayObject" {
|
|
|
| + static final int VERTEX_ARRAY_BINDING_OES = 0x85B5;
|
| +
|
| void bindVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) native;
|
|
|
| WebGLVertexArrayObjectOES createVertexArrayOES() native;
|
|
|