MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / startCompilerThread

Function startCompilerThread

src/dll/shaderRegistry.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 void startCompilerThread()
306 {
307 finished = false;
308 finishing = false;
309 shaderCompilerThreadHandle = CreateThread(NULL, NULL, &shaderCompilerThread, NULL, NULL, NULL);
310 }
311
312 void stopCompilerThread()
313 {

Callers 1

hookRenderingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected