RyanDeBarros / Mustang

Writing my own 2D renderer in C++ OpenGL!
2 stars 0 forks source link

Transparency not working #2

Closed RyanDeBarros closed 3 months ago

RyanDeBarros commented 3 months ago

Images/colors with transparency are not drawing as transparent. Even though blending is enabled, and in the shaders the alpha values are being set correctly, primitives are still not rendered with transparency, as can be seen with the temporary clear color.