Is there any way to count draw calls?

And display this value on the screen.
How Starling did it.

1 Like

You can use the gl_stats define and then addChild(new openfl.display.FPS())
But currently there is a bug that prevents compilation, it’s just a missing import as you can see in my PR : https://github.com/openfl/openfl/pull/2490

1 Like