| 1324 | } |
| 1325 | |
| 1326 | OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetInt(ovrSession session, const char* propertyName, int value) |
| 1327 | { |
| 1328 | REV_TRACE(ovr_SetInt); |
| 1329 | |
| 1330 | return false; |
| 1331 | } |
| 1332 | |
| 1333 | OVR_PUBLIC_FUNCTION(float) ovr_GetFloat(ovrSession session, const char* propertyName, float defaultVal) |
| 1334 | { |
nothing calls this directly
no outgoing calls
no test coverage detected