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

Function ovr_SetFloat

ReviveXR/REV_CAPI.cpp:1356–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356OVR_PUBLIC_FUNCTION(ovrBool) ovr_SetFloat(ovrSession session, const char* propertyName, float value)
1357{
1358 REV_TRACE(ovr_SetFloat);
1359
1360 return false;
1361}
1362
1363OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetFloatArray(ovrSession session, const char* propertyName, float values[], unsigned int valuesCapacity)
1364{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected