securityos/node_modules/regl/lib/stats.js

15 lines
247 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
module.exports = function stats () {
return {
vaoCount: 0,
bufferCount: 0,
elementsCount: 0,
framebufferCount: 0,
shaderCount: 0,
textureCount: 0,
cubeCount: 0,
renderbufferCount: 0,
maxTextureUnits: 0
}
}