this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update marching_ants.frag

authored by

NuklearBomb and committed by
GitHub
b7e0af85 72c3fe78

+4 -4
+4 -4
demos/data/shaders/marching_ants.frag
··· 1 1 2 - in vec4 color; 3 - in vec2 texCoord; 4 - out vec4 fragColor; 2 + varying vec4 color; 3 + varying vec2 texCoord; 4 + #define fragColor gl_FragColor 5 5 6 6 uniform sampler2D tex; 7 7 ··· 48 48 } 49 49 else 50 50 discard; 51 - } 51 + }