mkxp-z/shader/common.h
2020-02-24 23:25:06 -05:00

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