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

Function ovr_GetEnabledCaps

ReviveXR/REV_CAPI.cpp:1425–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
1426{
1427 return 0;
1428}
1429
1430OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps)
1431{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected