Files
love/src/modules/graphics
Alex Szpakowski 8ffe610659 Added love.graphics.getStats. It returns a table with performance-related graphics statistics. Currently it contains these fields:
drawcalls: The number of internal draw calls made so far in the current frame.

canvasswitches: The number of times the active Canvas has been changed so far in the current frame.

texturememory: The approximate amount of video memory (in bytes) used by OpenGL textures created by Images, Canvases, and Fonts.

images: The number of active Image objects.

canvases: The number of active Canvas objects.

fonts: The number of active Font objects.
2014-08-21 15:01:29 -03:00
..
2012-07-04 14:40:24 +02:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00