UNPKG
@plotly/regl
Version:
latest (2.1.2)
2.1.2
2.1.1
regl is a fast functional WebGL framework.
plotly.github.io/regl
plotly/regl
@plotly/regl
/
lib
/
stats.js
15 lines
(13 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports
=
function
stats
()
{
return
{
vaoCount:
0
,
bufferCount:
0
,
elementsCount:
0
,
framebufferCount:
0
,
shaderCount:
0
,
textureCount:
0
,
cubeCount:
0
,
renderbufferCount:
0
,
maxTextureUnits:
0
} }