| 1423 | } |
| 1424 | |
| 1425 | OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session) |
| 1426 | { |
| 1427 | return 0; |
| 1428 | } |
| 1429 | |
| 1430 | OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps) |
| 1431 | { |
nothing calls this directly
no outgoing calls
no test coverage detected