7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
|
#ifdef PREMULTIPLIED_ALPHA
|
||
|
|
||
|
// Get get normal blending with premultipled, use with CustomBlending, OneFactor, OneMinusSrcAlphaFactor, AddEquation.
|
||
|
gl_FragColor.rgb *= gl_FragColor.a;
|
||
|
|
||
|
#endif
|