| 1293 | } |
| 1294 | |
| 1295 | OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session) |
| 1296 | { |
| 1297 | return 0; |
| 1298 | } |
| 1299 | |
| 1300 | OVR_PUBLIC_FUNCTION(void) ovr_SetEnabledCaps(ovrSession session, unsigned int hmdCaps) |
| 1301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected