summaryrefslogtreecommitdiff
path: root/platform/android/src/android_renderer_backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/android_renderer_backend.hpp')
-rwxr-xr-xplatform/android/src/android_renderer_backend.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/src/android_renderer_backend.hpp b/platform/android/src/android_renderer_backend.hpp
index 0cc9d1b682..16cc782132 100755
--- a/platform/android/src/android_renderer_backend.hpp
+++ b/platform/android/src/android_renderer_backend.hpp
@@ -12,6 +12,10 @@ public:
void bind() override;
void updateAssumedState() override;
+ // Ensures the current context is not
+ // cleaned up when destroyed
+ void abandonContext();
+
void updateViewPort();
void resizeFramebuffer(int width, int height);