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

Function ovr_GetHmdColorDesc

Revive/REV_CAPI.cpp:1507–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505
1506OVR_PUBLIC_FUNCTION(ovrHmdColorDesc)
1507ovr_GetHmdColorDesc(ovrSession session)
1508{
1509 ovrHmdColorDesc desc = { ovrColorSpace_Unknown };
1510 return desc;
1511}
1512
1513OVR_PUBLIC_FUNCTION(ovrResult)
1514ovr_SetClientColorDesc(ovrSession session, const ovrHmdColorDesc* colorDesc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected