Skip to content

Instantly share code, notes, and snippets.

@smw
Created May 6, 2014 05:20
Show Gist options
  • Save smw/32f79e64256c62190f09 to your computer and use it in GitHub Desktop.
Save smw/32f79e64256c62190f09 to your computer and use it in GitHub Desktop.
layout(location = 3) in lowp vec4 color;
out lowp vec4 fragmentColor;
void main() {
fragmentColor = vec4 (1.0, 0.0, 0.0, 1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment