(format, width, height)
| 33 | FORMAT_SIZES[GL_RGB16F_EXT] = 6 |
| 34 | |
| 35 | function getRenderbufferSize (format, width, height) { |
| 36 | return FORMAT_SIZES[format] * width * height |
| 37 | } |
| 38 | |
| 39 | module.exports = function (gl, extensions, limits, stats, config) { |
| 40 | var formatTypes = { |
no outgoing calls
no test coverage detected
searching dependent graphs…