MCPcopy Index your code
hub / github.com/corbanbrook/dsp.js / newWebGLArray

Function newWebGLArray

examples/js/processing.js:1074–1076  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

1072
1073 // Wrapper to easily deal with array names changes. TODO: Don't think we need this wrapper anymore consensus has been reached.
1074 var newWebGLArray = function(data) {
1075 return new WebGLFloatArray(data);
1076 };
1077
1078 var imageModeCorner = function imageModeCorner(x, y, w, h, whAreSizes) {
1079 return {

Callers 5

processing.jsFile · 0.85
initSphereFunction · 0.85
point3DFunction · 0.85
line3DFunction · 0.85
fill3DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected