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

Function shaderCompilerThread

src/dll/shaderRegistry.cpp:294–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 HANDLE shaderCompilerThreadHandle = nullptr;
293
294 DWORD WINAPI shaderCompilerThread(void*)
295 {
296 while (!finishing) {
297 reloadModified();
298 Sleep(100);
299 }
300
301 finished = true;
302 return 0;
303 }
304
305 void startCompilerThread()
306 {

Callers

nothing calls this directly

Calls 1

reloadModifiedFunction · 0.85

Tested by

no test coverage detected