Add comment

master
David Zhao 6 years ago
parent 751ded4dd9
commit d58ad077c8

@ -1,6 +1,8 @@
#ifdef GL_ES
precision mediump float;
#else
// Since glsl 1.1 doesn't define precision qualifiers but GL_ES does,
// Define them as nothing to avoid compilation issues.
#define lowp
#define highp
#endif

Loading…
Cancel
Save