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

Using multiple shader materials causes them to render on eachother's elements #258

Open
NiseVoid opened this issue May 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@NiseVoid
Copy link
Contributor

NiseVoid commented May 5, 2023

In this image I have set up two shader materials. One that colors these skill icons, and another that should render this noise texture as the background of an element above it.
image
Instead of targeting the right quad for the second material (the noise texture one), it instead draws to the first quad using the first material. Removing the elements with the first material makes the second one render to the correct quad.

This issue is similar to sosmething that was fixed before by #242. But in this case it applies only to quads that have a custom material.

@StarArawn StarArawn added the bug Something isn't working label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants