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

Function ovr_GetEnabledCaps

Revive/REV_CAPI.cpp:1295–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
1296{
1297 return 0;
1298}
1299
1300OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps)
1301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected