Skip to content

Instantly share code, notes, and snippets.

@OllieReynolds
Created August 13, 2016 01:28
Show Gist options
  • Save OllieReynolds/35697b7a97bdf21b5ef1a85742db52a7 to your computer and use it in GitHub Desktop.
Save OllieReynolds/35697b7a97bdf21b5ef1a85742db52a7 to your computer and use it in GitHub Desktop.
#version 450
out vec4 frag_colour;
void main() {
frag_colour = 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