Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dethska

Pages: [1]
1
General discussions / Re: Android and iOS ports available for testing
« on: February 14, 2014, 10:04:16 pm »
try this patch

Window/EGLContext.cpp: line 86:
- EGLint attrib_list[] = { EGL_NONE };
+ EGLint attrib_list[] = { EGL_WIDTH,1,EGL_HEIGHT,1,EGL_NONE };

This was the key for me to get the example project working.  Thanks!

Pages: [1]