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

Function ovr_GetEnabledCaps

LibOVRProxy/OVR_CAPI.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
60{
61 return 0;
62}
63
64OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected