Class RenderStatsInternal

Collects statistics during each rendered frame.

Constructors

Properties

numDrawArrays: number

Number of WebGL drawArrays calls performed during the rendered frame.

numProgramBinds: number

Number of WebGL programs that were bound in the rendered frame.

numTextureBinds: number

Number of WebGL textures that were bound in the rendered frame.

Methods