Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
ShaderCompiler::ShaderCompiler()
208
: _thread(SharedAsyncThread.newThread()) { }
209
210
std::string ShaderCompiler::compile(String source, ShaderStage stage, bool fromFile, std::string& err) {
211
std::string result;
Callers
nothing calls this directly
Calls
1
newThread
Method · 0.80
Tested by
no test coverage detected