| 1378 | } |
| 1379 | |
| 1380 | OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetFloatArray(ovrSession session, const char* propertyName, const float values[], unsigned int valuesSize) |
| 1381 | { |
| 1382 | REV_TRACE(ovr_SetFloatArray); |
| 1383 | |
| 1384 | return false; |
| 1385 | } |
| 1386 | |
| 1387 | OVR_PUBLIC_FUNCTION(const char*) ovr_GetString(ovrSession session, const char* propertyName, const char* defaultVal) |
| 1388 | { |
nothing calls this directly
no outgoing calls
no test coverage detected