diff options
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;
+}
|