MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / Simulation

Method Simulation

src/Simulation.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define DEFINE_VALUE_TO_STRING(x) DEFINE_TO_STRING(x)
38
39Simulation::Simulation()
40 : mSimulation()
41 , mSDFCollisionSystem()
42{
43 EI_Device* pDevice = GetDevice();
44
45 // mSimulation = new TressFXSimulation();
46 mSimulation.Initialize(pDevice);
47 mSDFCollisionSystem.Initialize(pDevice);
48}
49
50void Simulation::StartSimulation(
51 double fTime,

Callers

nothing calls this directly

Calls 2

GetDeviceFunction · 0.50
InitializeMethod · 0.45

Tested by

no test coverage detected