UNPKG

@plotly/regl

Version:

regl is a fast functional WebGL framework.

15 lines (13 loc) 247 B
module.exports = function stats () { return { vaoCount: 0, bufferCount: 0, elementsCount: 0, framebufferCount: 0, shaderCount: 0, textureCount: 0, cubeCount: 0, renderbufferCount: 0, maxTextureUnits: 0 } }