Skip to content

Commit 865ee6b

Browse files
committed
Add EvasGL Helper for x64 shell build
* This file is the same file as Evas_GL_GLES3_Helpers.h in tizen. Signed-off-by: MuHong Byun <[email protected]>
1 parent 50be8b1 commit 865ee6b

File tree

3 files changed

+698
-4
lines changed

3 files changed

+698
-4
lines changed

shell/platform/tizen/external_texture_pixel_gl.cc

+6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
#ifdef TIZEN_RENDERER_EVAS_GL
88
#undef EFL_BETA_API_SUPPORT
9+
10+
#ifdef __X64_SHELL__
11+
#include "tizen_evas_gl_helper.h"
12+
#else
913
#include <Evas_GL_GLES3_Helpers.h>
14+
#endif
15+
1016
extern Evas_GL* g_evas_gl;
1117
EVAS_GL_GLOBAL_GLES3_DECLARE();
1218
#else

0 commit comments

Comments
 (0)