| 1331 | |
| 1332 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1333 | ovr_EnableExtension(ovrSession session, ovrExtensions extension) |
| 1334 | { |
| 1335 | // TODO: Extensions support |
| 1336 | return ovrError_InvalidOperation; |
| 1337 | } |
| 1338 | |
| 1339 | typedef struct ovrViewportStencilDesc_ { |
| 1340 | ovrFovStencilType StencilType; |
nothing calls this directly
no outgoing calls
no test coverage detected