Verify Graphics Calls property in game.project

I noticed a new property in game.project called Verify Graphics Calls:

Annotation 2022-05-20 141530

I didn’t catch it up in any release note, so tried to search for this in Defold project settings, but there isn’t any info - so I need to ask - what it is and what it does? :slight_smile:

2 Likes

I think it’s mainly of interest if you build for HTML5. Disabling it will speed up things in debug mode., especially in chome.

Basically what it does is checking for errors on each WebGL call, which can be quite heavy.

8 Likes

Thanks. I’ve added it to the documentation now.

1 Like