-
Beta Was this translation helpful? Give feedback.
Answered by
parasyte
Jul 30, 2022
Replies: 1 comment 12 replies
-
If I understand correctly what you are doing, there is no blending in the latest released version so you are going to see the exact color values you put into the buffer. The alpha channel is completely ignored. The unreleased main branch has configurable I don’t know what you mean by “alpha blending modes”, that seems to imply you were trying to change the |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
Zageron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand correctly what you are doing, there is no blending in the latest released version so you are going to see the exact color values you put into the buffer. The alpha channel is completely ignored.
The unreleased main branch has configurable
BlendState
, and defaults to alpha blending, which is probably closer to what you expect.I don’t know what you mean by “alpha blending modes”, that seems to imply you were trying to change the
BlendState
on the unreleased main branch, and it was having no affect. Is this the case?