Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1791
double Sample::GetSceneTime()
1792
{
1793
if (m_sampleGame->IsInitialized())
1794
return m_sampleGame->GetGameTime();
1795
return m_sceneTime;
1796
}
1797
1798
1799
void Sample::PreRender()
Callers
1
PostRender
Method · 0.80
Calls
2
IsInitialized
Method · 0.80
GetGameTime
Method · 0.80
Tested by
no test coverage detected