| 57 | } |
| 58 | |
| 59 | OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session) |
| 60 | { |
| 61 | return 0; |
| 62 | } |
| 63 | |
| 64 | OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected