| Index: lib/html/doc/interface/OESVertexArrayObject.dart
|
| diff --git a/lib/html/doc/interface/OESVertexArrayObject.dart b/lib/html/doc/interface/OESVertexArrayObject.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dfd39d2699fc6ebe3a2679656a46ea0a4bedd385
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/OESVertexArrayObject.dart
|
| @@ -0,0 +1,23 @@
|
| +// Copyright (c) 2012, 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.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +/// @domName OESVertexArrayObject
|
| +interface OESVertexArrayObject {
|
| +
|
| + static final int VERTEX_ARRAY_BINDING_OES = 0x85B5;
|
| +
|
| + /** @domName OESVertexArrayObject.bindVertexArrayOES */
|
| + void bindVertexArrayOES(WebGLVertexArrayObjectOES arrayObject);
|
| +
|
| + /** @domName OESVertexArrayObject.createVertexArrayOES */
|
| + WebGLVertexArrayObjectOES createVertexArrayOES();
|
| +
|
| + /** @domName OESVertexArrayObject.deleteVertexArrayOES */
|
| + void deleteVertexArrayOES(WebGLVertexArrayObjectOES arrayObject);
|
| +
|
| + /** @domName OESVertexArrayObject.isVertexArrayOES */
|
| + bool isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject);
|
| +}
|
|
|