diff options
author | chai <chaifix@163.com> | 2021-10-27 19:30:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-27 19:30:06 +0800 |
commit | 51ced5a191078ce4ef08d57e343e91db007f556f (patch) | |
tree | 72dce341b2019e5b14c789a9edfb47d5b31900a6 /Runtime/Graphics/ShaderCompiler.cpp | |
parent | e6a15decac22912900d2cbd2e5525229b92bb55a (diff) |
*misc
Diffstat (limited to 'Runtime/Graphics/ShaderCompiler.cpp')
-rw-r--r-- | Runtime/Graphics/ShaderCompiler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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;
+}
|