| 1461 | |
| 1462 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1463 | ovr_EnableExtension(ovrSession session, ovrExtensions extension) |
| 1464 | { |
| 1465 | // TODO: Extensions support |
| 1466 | return ovrError_Unsupported; |
| 1467 | } |
| 1468 | |
| 1469 | typedef struct ovrViewportStencilDesc_ { |
| 1470 | ovrFovStencilType StencilType; |
nothing calls this directly
no outgoing calls
no test coverage detected