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

Function ovr_SetSynchonizationQueueVk

ReviveXR/REV_CAPI_Vk.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137#undef ovr_SetSynchonizationQueueVk
138OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue)
139{
140 return ovr_SetSynchronizationQueueVk(session, queue);
141}
142
143OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchronizationQueueVk(ovrSession session, VkQueue queue)
144{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected