mkxp-z/shader/common.h

8 lines
142 B
C

#version 330
#define attribute in
#define varying out
/* Desktop GLSL doesn't know about these */
#define highp
#define mediump
#define lowp