We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.8.4
Web
cc.Mask will become white on Render Target.
https://forum.cocos.org/t/topic/163864
No response
pass.addRenderTarget('RenderTarget',LoadOp.CLEAR, StoreOp.STORE, this._clearColor); …… pass.addQueue(QueueHint.BLEND) .addScene(camera,SceneFlags.BLEND | SceneFlags.UI);
The text was updated successfully, but these errors were encountered:
star-e
No branches or pull requests
Cocos Creator version
3.8.4
System information
Web
Issue description
cc.Mask will become white on Render Target.
https://forum.cocos.org/t/topic/163864
Relevant error log output
No response
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: