Skip to content

Instantly share code, notes, and snippets.

@dulimarta
Created January 17, 2017 22:56
Show Gist options
  • Select an option

  • Save dulimarta/8f59885592b0bd1307b51af4ba8d5e8a to your computer and use it in GitHub Desktop.

Select an option

Save dulimarta/8f59885592b0bd1307b51af4ba8d5e8a to your computer and use it in GitHub Desktop.
CS367 HW01 fragment shader
// 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