MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / GetSceneTime

Method GetSceneTime

Rtxpt/Sample.cpp:1791–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1789}
1790
1791double Sample::GetSceneTime()
1792{
1793 if (m_sampleGame->IsInitialized())
1794 return m_sampleGame->GetGameTime();
1795 return m_sceneTime;
1796}
1797
1798
1799void Sample::PreRender()

Callers 1

PostRenderMethod · 0.80

Calls 2

IsInitializedMethod · 0.80
GetGameTimeMethod · 0.80

Tested by

no test coverage detected