mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-01 10:35:54 +00:00
Maemo5: also maemo needs PFNGLDRAWTEXTURENVPROC
This commit is contained in:
parent
483e42f64e
commit
a3526b513a
@ -38,7 +38,7 @@ extern PFNGLMAPBUFFERPROC glMapBuffer;
|
||||
|
||||
#endif
|
||||
|
||||
#if !defined(IOS)
|
||||
#if !defined(IOS) && !defined(MAEMO)
|
||||
typedef void (EGLAPIENTRYP PFNGLDRAWTEXTURENVPROC) (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
|
||||
extern PFNGLDRAWTEXTURENVPROC glDrawTextureNV;
|
||||
typedef void (EGLAPIENTRYP PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum
|
||||
|
Loading…
x
Reference in New Issue
Block a user