Skip to content

Commit

Permalink
Add EvasGL Helper for x64 shell build
Browse files Browse the repository at this point in the history
* This file is the same file as Evas_GL_GLES3_Helpers.h in tizen.

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
  • Loading branch information
bwikbs committed Jul 2, 2021
1 parent 50be8b1 commit 865ee6b
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 4 deletions.
6 changes: 6 additions & 0 deletions shell/platform/tizen/external_texture_pixel_gl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

#ifdef TIZEN_RENDERER_EVAS_GL
#undef EFL_BETA_API_SUPPORT

#ifdef __X64_SHELL__
#include "tizen_evas_gl_helper.h"
#else
#include <Evas_GL_GLES3_Helpers.h>
#endif

extern Evas_GL* g_evas_gl;
EVAS_GL_GLOBAL_GLES3_DECLARE();
#else
Expand Down
Loading

0 comments on commit 865ee6b

Please sign in to comment.