aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/je_gl.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-24 21:02:12 +0800
committerchai <chaifix@163.com>2018-12-24 21:02:12 +0800
commit8f2ba3f1b11f30cdb7d41bf2e5c5dc141fba76d4 (patch)
treef36138310b5ca7a8e58b3af9547335a11d5d79c8 /src/libjin/graphics/je_gl.h
parent039e2541207232e0a382a52a65122a15eed9257d (diff)
*屏幕特效(post processing)
Diffstat (limited to 'src/libjin/graphics/je_gl.h')
-rw-r--r--src/libjin/graphics/je_gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/graphics/je_gl.h b/src/libjin/graphics/je_gl.h
index 21aa900..d6edc2f 100644
--- a/src/libjin/graphics/je_gl.h
+++ b/src/libjin/graphics/je_gl.h
@@ -51,6 +51,8 @@ namespace JinEngine
//int64 textureMemory;
};
+ static Canvas* const DEFAULT_CANVAS;
+
OpenGL();
~OpenGL();
@@ -210,8 +212,6 @@ namespace JinEngine
private:
- static const Canvas* const DEFAULT_CANVAS;
-
///
///
///