ppsspp/GPU/GLES/StateMapping.h
2013-02-01 00:18:23 +01:00

10 lines
195 B
C

#include "../native/gfx/gl_common.h"
extern const GLint aLookup[];
extern const GLint bLookup[];
extern const GLint eqLookup[];
extern const GLint cullingMode[];
extern const GLuint ztests[];