Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings
/ OnRenderRequest
Method
OnRenderRequest
src/overlaycontroller.cpp:541–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void OverlayController::OnRenderRequest()
542
{
543
if ( m_pRenderTimer && !m_pRenderTimer->isActive() )
544
{
545
m_pRenderTimer->start();
546
}
547
}
548
549
void OverlayController::renderOverlay()
550
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected