MCPcopy Create free account
hub / github.com/aras-p/ToyPathTracer / enkiGetNumTaskThreads

Function enkiGetNumTaskThreads

Cpp/Source/enkiTS/TaskScheduler_c.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409uint32_t enkiGetNumTaskThreads( enkiTaskScheduler* pETS_ )
410{
411 return pETS_->GetNumTaskThreads();
412}
413
414uint32_t enkiGetThreadNum( enkiTaskScheduler* pETS_ )
415{

Callers

nothing calls this directly

Calls 1

GetNumTaskThreadsMethod · 0.80

Tested by

no test coverage detected