Skip to content

Instantly share code, notes, and snippets.

@guidoschmidt
Created August 14, 2013 15:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save guidoschmidt/6231967 to your computer and use it in GitHub Desktop.
GLSL: empty vertex shader
//VERTEX 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