mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
10 lines
231 B
C
10 lines
231 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 UpdateViewportAndProjection();
|
|
|