Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Effects/TressFX
/ WaitOnSimulation
Method
WaitOnSimulation
src/Simulation.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void Simulation::WaitOnSimulation()
97
{
98
GetDevice()->WaitForCompute();
99
}
100
101
void Simulation::UpdateCollisionMesh(EI_CommandContext& simContext, SimulationContext& ctx)
102
{
Callers
1
WaitSimulateDone
Method · 0.80
Calls
2
GetDevice
Function · 0.50
WaitForCompute
Method · 0.45
Tested by
no test coverage detected