From 98d05c5030ba1c35ddfe402790702b3f44c63134 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 17:29:32 +0800 Subject: - Runtime Proj + Runner Proj --- Runtime/Graphics/ShaderCompiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Runtime/Graphics/ShaderCompiler.h') diff --git a/Runtime/Graphics/ShaderCompiler.h b/Runtime/Graphics/ShaderCompiler.h index 4e276c1..56ddb45 100644 --- a/Runtime/Graphics/ShaderCompiler.h +++ b/Runtime/Graphics/ShaderCompiler.h @@ -4,6 +4,7 @@ #include #include "Runtime/Threading/Mutex.h" #include "Runtime/Threading/Job.h" +#include "Runtime/Graphics/RenderCommands.h" // ±ąŅėGLSL(GameLab Shading Language) @@ -34,6 +35,6 @@ public: class GLSLCompiler { public: - static void Compile(std::string& src, std::string& vsh, std::string& fsh)/*throw GLSLCompileException*/; + static void Compile(std::string& src, std::string& vsh, std::string& fsh, RenderCommandGroup& cmd)/*throw GLSLCompileException*/; }; -- cgit v1.1-26-g67d0