Skip to content

Commit

Permalink
Merge pull request #8449 from maximu/patch-2
Browse files Browse the repository at this point in the history
Fix I forgot typo declaration x64_64 android port.
  • Loading branch information
unknownbrackets committed Jan 18, 2016
2 parents 59523f1 + cc169c4 commit 6679e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native/gfx/gl_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6679e01

Please sign in to comment.