From 51ced5a191078ce4ef08d57e343e91db007f556f Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Oct 2021 19:30:06 +0800 Subject: *misc --- Runtime/Graphics/ShaderCompiler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Runtime/Graphics/ShaderCompiler.cpp (limited to 'Runtime/Graphics/ShaderCompiler.cpp') diff --git a/Runtime/Graphics/ShaderCompiler.cpp b/Runtime/Graphics/ShaderCompiler.cpp new file mode 100644 index 0000000..d68b64e --- /dev/null +++ b/Runtime/Graphics/ShaderCompiler.cpp @@ -0,0 +1,7 @@ +#include "ShaderCompiler.h" + +int GLSLCompiler::Compile(std::string& src, std::string& vsh, std::string& fsh) +{ + + return 0; +} -- cgit v1.1-26-g67d0