(data)
| 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 { |
no outgoing calls
no test coverage detected