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

Function createSelectBuffer

stackgl_modules/index.js:20592–20599  ·  view source on GitHub ↗
(gl, shape)

Source from the content-addressed store, hash-verified

20590}
20591
20592function createSelectBuffer(gl, shape) {
20593 var width = shape[0]
20594 var height = shape[1]
20595 var options = {}
20596 var fbo = createFBO(gl, width, height, options)
20597 var buffer = pool.mallocUint8(width*height*4)
20598 return new SelectBuffer(gl, fbo, buffer)
20599}
20600
20601
20602/***/ }),

Callers

nothing calls this directly

Calls 1

createFBOFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…