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

Method PreRender

Rtxpt/Sample.cpp:1799–1808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797
1798
1799void Sample::PreRender()
1800{
1801 // Limit FPS
1802 if (m_ui.ActualFPSLimiter() > 0)
1803 g_FPSLimiter.FramerateLimit(m_ui.ActualFPSLimiter());
1804
1805 korgi::Update();
1806
1807 m_captureScriptManager->PreRender();
1808}
1809
1810SimpleViewConstants FromPlanarViewConstants(PlanarViewConstants & view)
1811{

Callers 1

RenderMethod · 0.45

Calls 3

ActualFPSLimiterMethod · 0.80
FramerateLimitMethod · 0.80
UpdateFunction · 0.50

Tested by

no test coverage detected