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
All other colors work, except transparency.
Would really appreciate any help.
gl.clear_color(1.0, 0.0, 0.0, 0.1) shows as complete red, without any transparency.
I am on windows. I tried the same code in c++, it does not work.
Does anyone have a idea what my issue could be?
Ty in advance :)
The text was updated successfully, but these errors were encountered:
Well i found out why transparency is not working. If i initialize the window on my second screen, transparency works. On my main one however, transparency renders as black. But still, this issue does not persist with this crate. Would still appreciate if anyone knows a workaround :)
Hmmm, does anyone have a clue why my background is not being transparent?
All other colors work, except transparency.
Would really appreciate any help.
gl.clear_color(1.0, 0.0, 0.0, 0.1) shows as complete red, without any transparency.
I am on windows. I tried the same code in c++, it does not work.
Does anyone have a idea what my issue could be?
Ty in advance :)
The text was updated successfully, but these errors were encountered: