summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/ShaderCompiler.cpp
blob: d68b64ede6a5c9303708700c883803dd303ecf11 (plain)
1
2
3
4
5
6
7
#include "ShaderCompiler.h"

int GLSLCompiler::Compile(std::string& src, std::string& vsh, std::string& fsh)
{

    return 0;
}