Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
uint32_t enkiGetNumTaskThreads( enkiTaskScheduler* pETS_ )
410
{
411
return pETS_->GetNumTaskThreads();
412
}
413
414
uint32_t enkiGetThreadNum( enkiTaskScheduler* pETS_ )
415
{
Callers
nothing calls this directly
Calls
1
GetNumTaskThreads
Method · 0.80
Tested by
no test coverage detected