MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ShaderCompiler

Method ShaderCompiler

Source/Shader/ShaderCompiler.cpp:207–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207ShaderCompiler::ShaderCompiler()
208 : _thread(SharedAsyncThread.newThread()) { }
209
210std::string ShaderCompiler::compile(String source, ShaderStage stage, bool fromFile, std::string& err) {
211 std::string result;

Callers

nothing calls this directly

Calls 1

newThreadMethod · 0.80

Tested by

no test coverage detected