(gl, shape)
| 20590 | } |
| 20591 | |
| 20592 | function 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 | /***/ }), |
nothing calls this directly
no test coverage detected
searching dependent graphs…