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

Function ovr_SetString

ReviveXR/REV_CAPI.cpp:1401–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399}
1400
1401OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetString(ovrSession session, const char* propertyName, const char* value)
1402{
1403 REV_TRACE(ovr_SetString);
1404
1405 return false;
1406}
1407
1408OVR_PUBLIC_FUNCTION(ovrResult) ovr_Lookup(const char* name, void** data)
1409{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected