webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"OESVertexArrayObject.idl";
Public Member Functions | |
WebGLVertexArrayObjectOES | createVertexArrayOES () |
void | deleteVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null) |
boolean | isVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null) |
void | bindVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null) |
Public Attributes | |
const unsigned long | VERTEX_ARRAY_BINDING_OES = 0x85B5 |
void OESVertexArrayObject::bindVertexArrayOES | ( | optional WebGLVertexArrayObjectOES? | arrayObject = null | ) |
WebGLVertexArrayObjectOES OESVertexArrayObject::createVertexArrayOES | ( | ) |
void OESVertexArrayObject::deleteVertexArrayOES | ( | optional WebGLVertexArrayObjectOES? | arrayObject = null | ) |
boolean OESVertexArrayObject::isVertexArrayOES | ( | optional WebGLVertexArrayObjectOES? | arrayObject = null | ) |
const unsigned long OESVertexArrayObject::VERTEX_ARRAY_BINDING_OES = 0x85B5 |