Skip to content

Instantly share code, notes, and snippets.

@CedricGuillemet
Created July 17, 2020 09:17
Show Gist options
  • Save CedricGuillemet/9df31da38757bcdb822395d1a4aa4bee to your computer and use it in GitHub Desktop.
Save CedricGuillemet/9df31da38757bcdb822395d1a4aa4bee to your computer and use it in GitHub Desktop.
void main(void) {
gl_FragColor = vec4(1.0,0.0,1.0,1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment