aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/je_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/graphics/je_gl.h')
-rw-r--r--src/libjin/graphics/je_gl.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/libjin/graphics/je_gl.h b/src/libjin/graphics/je_gl.h
index d4f1ced..b9205c6 100644
--- a/src/libjin/graphics/je_gl.h
+++ b/src/libjin/graphics/je_gl.h
@@ -166,6 +166,11 @@ namespace JinEngine
///
///
void unbindCanvas();
+
+ ///
+ ///
+ ///
+ Canvas* getCanvas();
///
///
@@ -179,6 +184,8 @@ namespace JinEngine
private:
+ static const Canvas* const DEFAULT_CANVAS;
+
///
///
///
@@ -208,8 +215,6 @@ namespace JinEngine
//struct { GLubyte r, g, b, a; } mBackColor; // previous draw color
Color mBackColor;
- GLuint mTexture; // current binded texture
-
///
///
///