summaryrefslogtreecommitdiff
path: root/GLES_common/yagl_gles_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'GLES_common/yagl_gles_texture.h')
-rw-r--r--GLES_common/yagl_gles_texture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/GLES_common/yagl_gles_texture.h b/GLES_common/yagl_gles_texture.h
index bf5e1eb..c5cd501 100644
--- a/GLES_common/yagl_gles_texture.h
+++ b/GLES_common/yagl_gles_texture.h
@@ -116,4 +116,9 @@ void yagl_gles_texture_bind_tex_image(struct yagl_gles_texture *texture,
*/
void yagl_gles_texture_release_tex_image(struct yagl_gles_texture *texture);
+/*
+ * Set finalize flag to image binded the texture.
+ */
+void yagl_gles_texture_set_finalize_image(struct yagl_gles_texture *texture);
+
#endif