Stage:setClearColorBuffer

From GiderosMobile
Revision as of 20:31, 11 February 2020 by MoKaLux (talk | contribs)


Available since: Gideros 2011.6
Class: Stage

Description

If you are covering whole background with image, you can disable background color draw call for better performance.

Stage:setClearColorBuffer(bool)

Parameters

bool: (bool) false to disable draw call, true to enable