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

Function ovr_EnumerateInstanceExtensionProperties

ReviveXR/REV_CAPI.cpp:1837–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1835
1836OVR_PUBLIC_FUNCTION(ovrResult)
1837ovr_EnumerateInstanceExtensionProperties()
1838{
1839 // TODO: Passthrough to xrEnumerateInstanceExtensionProperties
1840 return ovrError_Unsupported;
1841}
1842
1843OVR_PUBLIC_FUNCTION(ovrResult)
1844ovr_GetInstanceProcAddr()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected