Commit 99cb565a by Nicolas Capens Committed by Nicolas Capens

Update eglplatform.h to match Android NDK.

This change has been part of the Android NDK since API 18, corresponding with Android 4.3 Jelly Bean MR2. Change-Id: I6df06f46c286ce89ea56913684e43d558917d1a8 Reviewed-on: https://swiftshader-review.googlesource.com/11269Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent ea74eb1a
...@@ -85,8 +85,7 @@ typedef void *EGLNativePixmapType; ...@@ -85,8 +85,7 @@ typedef void *EGLNativePixmapType;
#elif defined(__ANDROID__) || defined(ANDROID) #elif defined(__ANDROID__) || defined(ANDROID)
#include <android/native_window.h> struct ANativeWindow;
struct egl_native_pixmap_t; struct egl_native_pixmap_t;
typedef struct ANativeWindow* EGLNativeWindowType; typedef struct ANativeWindow* EGLNativeWindowType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment