MCPcopy Index your code
hub / github.com/plotly/plotly.js / createVAONative

Function createVAONative

stackgl_modules/index.js:24727–24729  ·  view source on GitHub ↗
(gl, ext)

Source from the content-addressed store, hash-verified

24725}
24726
24727function createVAONative(gl, ext) {
24728 return new VAONative(gl, ext, ext.createVertexArrayOES())
24729}
24730
24731module.exports = createVAONative
24732

Callers 1

createVAOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…