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

Function ovr_SetSynchronizationQueueVk

ReviveXR/REV_CAPI_Vk.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchronizationQueueVk(ovrSession session, VkQueue queue)
144{
145 g_Queue = queue;
146 return ovrSuccess;
147}
148
149OVR_PUBLIC_FUNCTION(ovrResult)
150ovr_CreateTextureSwapChainVk(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected