| 1143 | } |
| 1144 | |
| 1145 | OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetInt(ovrSession session, const char* propertyName, int value) |
| 1146 | { |
| 1147 | REV_TRACE(ovr_SetInt); |
| 1148 | |
| 1149 | return false; |
| 1150 | } |
| 1151 | |
| 1152 | OVR_PUBLIC_FUNCTION(float) ovr_GetFloat(ovrSession session, const char* propertyName, float defaultVal) |
| 1153 | { |
nothing calls this directly
no outgoing calls
no test coverage detected