diff options
author | chai <chaifix@163.com> | 2018-10-25 10:38:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-25 10:38:31 +0800 |
commit | 9aaffab5721e0b2e850d6ffe9cf6c1e1367fc8ca (patch) | |
tree | abae6d9751fc412c0fb55da8d1547021e0ef5fde /src/lua/modules/graphics/je_lua_shader.cpp | |
parent | 7322a090355af1989d7a1de0de431b6c89844fe2 (diff) |
*修改目录结构,将lua binding独立出来一个工程
Diffstat (limited to 'src/lua/modules/graphics/je_lua_shader.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_shader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/je_lua_shader.cpp b/src/lua/modules/graphics/je_lua_shader.cpp index 6aa45e2..d61f477 100644 --- a/src/lua/modules/graphics/je_lua_shader.cpp +++ b/src/lua/modules/graphics/je_lua_shader.cpp @@ -3,13 +3,13 @@ #include "lua/common/je_lua_common.h" #include "libjin/jin.h" +using namespace JinEngine::Graphics; + namespace JinEngine { namespace Lua { - using namespace JinEngine::Graphics; - typedef Ref<Shader>& ShaderRef; static inline ShaderRef checkShader(lua_State* L) |