Skip to content

Instantly share code, notes, and snippets.

@olevegard
Last active January 28, 2016 16:45
Show Gist options
  • Save olevegard/39ddaf49411228a492ee to your computer and use it in GitHub Desktop.
Save olevegard/39ddaf49411228a492ee to your computer and use it in GitHub Desktop.
#version 120
// It was expressed that some drivers required this next line to function properly
precision highp float;
in vec4 ex_Color;
void main(void) {
gl_FragColor = vec4(ex_Color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment