Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1614 from hissingshark/master
Browse files Browse the repository at this point in the history
Build fails on GLES2 platform after commit a6b773a "Merge pull request #1603"
  • Loading branch information
skmp authored Jun 15, 2019
2 parents 41b7499 + fd0f032 commit fa3a7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/build.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,6 @@
#if defined(GLES) && !defined(GLES3)
// Only use GL ES 2.0 API functions
#define GLES2
// but define this unneeded function, called from the same compilation unit as some GLES2 functions
#define glBlitFramebuffer __rglgen_glBlitFramebuffer
#endif

0 comments on commit fa3a7dd

Please sign in to comment.