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

Function ovr_SetBool

Revive/REV_CAPI.cpp:1120–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value)
1121{
1122 REV_TRACE(ovr_SetBool);
1123
1124 // TODO: Should we handle QueueAheadEnabled with always-on reprojection?
1125 return false;
1126}
1127
1128OVR_PUBLIC_FUNCTION(int) ovr_GetInt(ovrSession session, const char* propertyName, int defaultVal)
1129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected