Skip to content
New issue

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

cc.Mask not working on RenderTarget #17994

Open
star-e opened this issue Dec 2, 2024 · 0 comments
Open

cc.Mask not working on RenderTarget #17994

star-e opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
Bug Needs Triage Needs to be assigned by the team
Milestone

Comments

@star-e
Copy link
Contributor

star-e commented Dec 2, 2024

Cocos Creator version

3.8.4

System information

Web

Issue description

cc.Mask will become white on Render Target.
bc572b319dc20c1d59061a757ddbc0bc8c7c7d7a

https://forum.cocos.org/t/topic/163864

Relevant error log output

No response

Steps to reproduce

pass.addRenderTarget('RenderTarget',LoadOp.CLEAR, StoreOp.STORE, this._clearColor);
……
pass.addQueue(QueueHint.BLEND)
.addScene(camera,SceneFlags.BLEND | SceneFlags.UI);

Minimal reproduction project

No response

@star-e star-e added Bug Needs Triage Needs to be assigned by the team labels Dec 2, 2024
@star-e star-e added this to the 3.8.6 milestone Dec 2, 2024
@star-e star-e self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Needs to be assigned by the team
Projects
None yet
Development

No branches or pull requests

1 participant