MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_SetFloatArray

Function ovr_SetFloatArray

ReviveXR/REV_CAPI.cpp:1380–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378}
1379
1380OVR_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
1387OVR_PUBLIC_FUNCTION(const char*) ovr_GetString(ovrSession session, const char* propertyName, const char* defaultVal)
1388{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected