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 - Don't use the node's default shader for render target copy operations
When direct rendering is disabled or when stacking and not stitching, don't use the affected
node's default shader (probably color*texture) to do compositing operations. Instead we just
want texture to be unmultiplied by node color.
Create a texture only shader to do these texture-only compositing passes.
0 commit comments