summaryrefslogtreecommitdiff
path: root/gl-host-common/include/host-common/opengles.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl-host-common/include/host-common/opengles.h')
-rw-r--r--gl-host-common/include/host-common/opengles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gl-host-common/include/host-common/opengles.h b/gl-host-common/include/host-common/opengles.h
index 0b676745..ab13187a 100644
--- a/gl-host-common/include/host-common/opengles.h
+++ b/gl-host-common/include/host-common/opengles.h
@@ -24,6 +24,7 @@
#include "render-utils/virtio_gpu_ops.h"
#ifdef __cplusplus
+#include "host-common/opengl/misc.h"
#include "render-utils/RenderLib.h"
#endif
@@ -148,6 +149,7 @@ class Renderer;
}
AEMU_EXPORT const gfxstream::RendererPtr& android_getOpenglesRenderer();
+EMUGL_COMMON_API void android_setOpenglesRenderer(gfxstream::RendererPtr* renderer);
#endif
AEMU_EXPORT struct AndroidVirtioGpuOps* android_getVirtioGpuOps(void);