diff options
Diffstat (limited to 'libs/rs/driver/rsdGL.h')
-rw-r--r-- | libs/rs/driver/rsdGL.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/rs/driver/rsdGL.h b/libs/rs/driver/rsdGL.h index 90cbe04..01c8438 100644 --- a/libs/rs/driver/rsdGL.h +++ b/libs/rs/driver/rsdGL.h @@ -18,6 +18,7 @@ #define RSD_GL_H #include <rs_hal.h> +#include <EGL/egl.h> class RsdShaderCache; class RsdVertexArrayState; @@ -74,7 +75,7 @@ typedef struct RsdGLRec { bool rsdGLInit(const android::renderscript::Context *rsc); void rsdGLShutdown(const android::renderscript::Context *rsc); bool rsdGLSetSurface(const android::renderscript::Context *rsc, - uint32_t w, uint32_t h, ANativeWindow *sur); + uint32_t w, uint32_t h, RsNativeWindow sur); void rsdGLSwap(const android::renderscript::Context *rsc); void rsdGLCheckError(const android::renderscript::Context *rsc, const char *msg, bool isFatal = false); |