[go: nahoru, domu]

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

Clear color not working correctly, alpha value not respected #60

Open
NFSS10 opened this issue May 28, 2024 · 0 comments · May be fixed by #61
Open

Clear color not working correctly, alpha value not respected #60

NFSS10 opened this issue May 28, 2024 · 0 comments · May be fixed by #61

Comments

@NFSS10
Copy link
NFSS10 commented May 28, 2024

Setting the alpha value to 0 or any other value doesn't change the alpha channel value. Because of this I'm not able to get screenshots with transparency.

self.win.setClearColor((0, 0, 0, 0))

I think it's because of this:

o_color = vec4(color, 1.0);

Is there something that I'm missing?

@NFSS10 NFSS10 linked a pull request Jun 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant