Created
January 17, 2017 22:56
-
-
Save dulimarta/8f59885592b0bd1307b51af4ba8d5e8a to your computer and use it in GitHub Desktop.
CS367 HW01 fragment shader
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
| // in fshader.glsl | |
| void main() { | |
| gl_FragColor = vec4 (0.0, 101.0/255.0, 164.0/255.0, 1.0); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment