Created
May 11, 2019 18:45
-
-
Save anarsoul/9e03b23740b067466e2f2edff180d3cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() | |
{ | |
gl_FragColor = vec4(0.0, 1.0, 0.0, 1.0); | |
if (gl_FragCoord.x < 15.0) | |
discard; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment