MCPcopy Create free account
hub / github.com/LibreVR/Revive / UseHack

Method UseHack

ReviveXR/Runtime.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool Runtime::UseHack(Hack hack)
115{
116 return m_hacks.find(hack) != m_hacks.end();
117}
118
119bool Runtime::Supports(const char* extensionName)
120{

Callers 7

InitSessionMethod · 0.45
UpdateStencilMethod · 0.45
ovr_GetFovStencilFunction · 0.45
OculusTouchMethod · 0.45
GetSuggestedBindingsMethod · 0.45
GetInputStateMethod · 0.45
SetVibrationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected