mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 22:17:08 +00:00
13 lines
255 B
C
13 lines
255 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[];
|
|
|
|
|
|
void ApplyDrawState();
|
|
void UpdateViewportAndProjection();
|
|
|