Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created May 28, 2015 15:45
Show Gist options
  • Save veeneck/241ad4e3b8153b33518d to your computer and use it in GitHub Desktop.
Save veeneck/241ad4e3b8153b33518d to your computer and use it in GitHub Desktop.
A basic shader
void main() {
gl_FragColor = vec4(0.0,1.0,0.0,1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment