You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCEffectRenderer - Move pushGroup/popGroup into debug-only macros
They're only used in this context for debugging (by identifying which GL commands are
connected to which effect passes) and they have a non-negligible impact on performance
so I'm making them optional and disabled by default.
0 commit comments