| 1306 | } |
| 1307 | |
| 1308 | OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value) |
| 1309 | { |
| 1310 | REV_TRACE(ovr_SetBool); |
| 1311 | |
| 1312 | // TODO: Should we handle QueueAheadEnabled with always-on reprojection? |
| 1313 | return false; |
| 1314 | } |
| 1315 | |
| 1316 | OVR_PUBLIC_FUNCTION(int) ovr_GetInt(ovrSession session, const char* propertyName, int defaultVal) |
| 1317 | { |
nothing calls this directly
no outgoing calls
no test coverage detected