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

Function ovr_EnableExtension

Revive/REV_CAPI.cpp:1333–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331
1332OVR_PUBLIC_FUNCTION(ovrResult)
1333ovr_EnableExtension(ovrSession session, ovrExtensions extension)
1334{
1335 // TODO: Extensions support
1336 return ovrError_InvalidOperation;
1337}
1338
1339typedef struct ovrViewportStencilDesc_ {
1340 ovrFovStencilType StencilType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected