Searched defs:WebGLVertexArrayObject (Results 1 – 1 of 1) sorted by relevance
48 explicit WebGLVertexArrayObject() : vertexArrays_(0) {}; in WebGLVertexArrayObject() function49 …WebGLVertexArrayObject(napi_env env, napi_value exports) : NExporter(env, exports), vertexArrays_(… in WebGLVertexArrayObject() function