diff --git a/ext/native/gfx/gl_common.h b/ext/native/gfx/gl_common.h index 7a1bc97ef2..101869464d 100644 --- a/ext/native/gfx/gl_common.h +++ b/ext/native/gfx/gl_common.h @@ -53,8 +53,8 @@ typedef void (EGLAPIENTRYP PFNGLDRAWTEXTURENVPROC) (GLuint texture, GLuint sampl extern PFNGLDRAWTEXTURENVPROC glDrawTextureNV; #ifndef ARM64 typedef void (EGLAPIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) ( - GLint srcX0, GLint srcY0, GLint srcX1, GLuint srcY1, - GLint dstX0, GLint dstY0, GLint dstX1, GLuint dstY1, + GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, + GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); #endif extern PFNGLBLITFRAMEBUFFERNVPROC glBlitFramebufferNV;