| 1118 | } |
| 1119 | |
| 1120 | OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetBool(ovrSession session, const char* propertyName, ovrBool value) |
| 1121 | { |
| 1122 | REV_TRACE(ovr_SetBool); |
| 1123 | |
| 1124 | // TODO: Should we handle QueueAheadEnabled with always-on reprojection? |
| 1125 | return false; |
| 1126 | } |
| 1127 | |
| 1128 | OVR_PUBLIC_FUNCTION(int) ovr_GetInt(ovrSession session, const char* propertyName, int defaultVal) |
| 1129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected