save and restore layers image when context is lost in Android
This commit is contained in:
@@ -27,5 +27,6 @@ public:
|
||||
int getWidth() { return w; }
|
||||
int getHeight() { return h; }
|
||||
int bytes() { return w * h * 4; }
|
||||
int stride() { return w * 4; }
|
||||
GLuint getFBO() { return fboID; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user