Skip to content

Instantly share code, notes, and snippets.

@xeolabs
Created February 26, 2021 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeolabs/9802fc8cc3090892d5cbd765e78bf2ee to your computer and use it in GitHub Desktop.
Save xeolabs/9802fc8cc3090892d5cbd765e78bf2ee to your computer and use it in GitHub Desktop.
precision mediump float;
precision mediump int;
varying vec4 vColor;
void main(void) {
gl_FragColor = vColor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment