mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 17:55:41 -04:00
GPU: Fix shader compile error on Intel
This commit is contained in:
parent
c18597c3bf
commit
b9b286e93d
@ -225,7 +225,7 @@ void main()
|
|||||||
{
|
{
|
||||||
#if TEXTURED
|
#if TEXTURED
|
||||||
vec4 texcol = texture(samp0, v_tex0);
|
vec4 texcol = texture(samp0, v_tex0);
|
||||||
if (all(texcol == vec4(0.0, 0.0, 0.0, 0.0)))
|
if (texcol == vec4(0.0, 0.0, 0.0, 0.0))
|
||||||
discard;
|
discard;
|
||||||
|
|
||||||
#if BLENDING
|
#if BLENDING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user