Fix a header declaration.

Seemed to be needed for x64 Android, and is correct as bitfield anyway.
This commit is contained in:
Unknown W. Brackets 2016-01-17 12:30:20 -08:00
parent d6c1f3158b
commit 58ecb2cbd4

View File

@ -55,7 +55,7 @@ extern PFNGLDRAWTEXTURENVPROC glDrawTextureNV;
typedef void (EGLAPIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (
GLint srcX0, GLint srcY0, GLint srcX1, GLuint srcY1,
GLint dstX0, GLint dstY0, GLint dstX1, GLuint dstY1,
GLint mask, GLenum filter);
GLbitfield mask, GLenum filter);
#endif
extern PFNGLBLITFRAMEBUFFERNVPROC glBlitFramebufferNV;