aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/libOpenglRender/IOStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/libOpenglRender/IOStream.h')
-rw-r--r--host/include/libOpenglRender/IOStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/libOpenglRender/IOStream.h b/host/include/libOpenglRender/IOStream.h
index 445ec17d..1d32ea15 100644
--- a/host/include/libOpenglRender/IOStream.h
+++ b/host/include/libOpenglRender/IOStream.h
@@ -83,6 +83,8 @@ public:
return readFully(buf, len);
}
+ void readbackPixels(void* context, int width, int height, unsigned int format, unsigned int type, void* pixels);
+
private:
unsigned char *m_buf;