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

Function ovr_SetSynchonizationQueueVk

Revive/REV_CAPI_Vk.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191#undef ovr_SetSynchonizationQueueVk
192OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue)
193{
194 return ovr_SetSynchronizationQueueVk(session, queue);
195}
196
197OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchronizationQueueVk(ovrSession session, VkQueue queue)
198{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected