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

Function ovr_EnableExtension

ReviveXR/REV_CAPI.cpp:1463–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461
1462OVR_PUBLIC_FUNCTION(ovrResult)
1463ovr_EnableExtension(ovrSession session, ovrExtensions extension)
1464{
1465 // TODO: Extensions support
1466 return ovrError_Unsupported;
1467}
1468
1469typedef struct ovrViewportStencilDesc_ {
1470 ovrFovStencilType StencilType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected