Skip to content

Instantly share code, notes, and snippets.

@lewkoo
Created January 25, 2014 17:41
Show Gist options
  • Save lewkoo/8620320 to your computer and use it in GitHub Desktop.
Save lewkoo/8620320 to your computer and use it in GitHub Desktop.
Shader usage
void testApp::draw()
{
if(doShader)
shader.begin();
gradient.draw(0,0,960,540);
if(doShader)
shader.end();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment