Skip to content

Instantly share code, notes, and snippets.

@guidoschmidt
Created August 14, 2013 15:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guidoschmidt/6231971 to your computer and use it in GitHub Desktop.
Save guidoschmidt/6231971 to your computer and use it in GitHub Desktop.
GLSL: empty fragment shader
//FRAGMENT SHADER
#version 400
//*** Uniform block definitions ************************************************
//*** Input ********************************************************************
//*** Output *******************************************************************
//*** Uniforms *****************************************************************
//*** Main *********************************************************************
void main(void)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment