aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_gl.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-21 13:37:27 +0800
committerchai <chaifix@163.com>2018-10-21 13:37:27 +0800
commit066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (patch)
treeec45fe523daa4f9e8a30db0a045a0eb9cee84822 /src/libjin/Graphics/je_gl.h
parent3292019e55dd02a96420e72bad88711fd36ef249 (diff)
*注释
Diffstat (limited to 'src/libjin/Graphics/je_gl.h')
-rw-r--r--src/libjin/Graphics/je_gl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libjin/Graphics/je_gl.h b/src/libjin/Graphics/je_gl.h
index 703fdc7..846b90a 100644
--- a/src/libjin/Graphics/je_gl.h
+++ b/src/libjin/Graphics/je_gl.h
@@ -13,9 +13,19 @@ namespace JinEngine
class OpenGL : public ogl2d::OpenGL
{
public:
+ ///
+ ///
+ ///
Math::Matrix ProjectionMatrix;
+
+ ///
+ ///
+ ///
Math::Matrix ModelMatrix;
+ ///
+ ///
+ ///
OpenGL() : ogl2d::OpenGL()
{
}