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

Function ovr_SetBool

ReviveXR/REV_CAPI.cpp:1308–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value)
1309{
1310 REV_TRACE(ovr_SetBool);
1311
1312 // TODO: Should we handle QueueAheadEnabled with always-on reprojection?
1313 return false;
1314}
1315
1316OVR_PUBLIC_FUNCTION(int) ovr_GetInt(ovrSession session, const char* propertyName, int defaultVal)
1317{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected