Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ simulateDirect
Method
simulateDirect
core/src/core/simulation_manager.cpp:177–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void SimulationManager::simulateDirect()
178
{
179
for (auto& source : mSourceData[0])
180
{
181
simulateDirect(*source);
182
}
183
}
184
185
void SimulationManager::simulateDirect(SimulationData& source)
186
{
Callers
1
runDirect
Method · 0.80
Calls
2
simulate
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected