summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/Shader.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-04 10:00:00 +0800
committerchai <chaifix@163.com>2021-11-04 10:00:00 +0800
commitb215d811a1981e20f35bb31df4e6cd2a74146193 (patch)
treee95655e6d97d0979678e56988287a030c2074ed1 /Runtime/Graphics/Shader.h
parentcc68bba3a4e1a78bc8b62a5902230a4ae5043ccb (diff)
*misc
Diffstat (limited to 'Runtime/Graphics/Shader.h')
-rw-r--r--Runtime/Graphics/Shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Graphics/Shader.h b/Runtime/Graphics/Shader.h
index 6b2b1bc..14d022b 100644
--- a/Runtime/Graphics/Shader.h
+++ b/Runtime/Graphics/Shader.h
@@ -14,7 +14,7 @@ class Shader : public LuaBind::NativeClass<Shader>
public:
Shader()/*throw(ShaderCompileExecption)*/;
Shader(LuaBind::VM*vm)/*throw(ShaderCompileExecption)*/;
- Shader(LuaBind::VM*vm, std::string& glslShader)/*throw(ShaderCompileExecption)*/;
+ Shader(LuaBind::VM*vm, std::string& glsllShader)/*throw(ShaderCompileExecption)*/;
Shader(LuaBind::VM*vm, const char* vert, const char* frag)/*throw(ShaderCompileExecption)*/;
~Shader();