2015-01-20

I would like to know why we would use alpha blending in that shader for just rendering a sprite, which is just a texture ? What is tint color ? Why we multiply the alpha value by the color here ?

If I just want to draw a 2D GUI Texture(an image) is it ok to remove the tint and the alpha blending from that shader ?

Show more