1 2 3 4 5 6 7
#include "ShaderCompiler.h" int GLSLCompiler::Compile(std::string& src, std::string& vsh, std::string& fsh) { return 0; }