| 136 | |
| 137 | #undef ovr_SetSynchonizationQueueVk |
| 138 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue) |
| 139 | { |
| 140 | return ovr_SetSynchronizationQueueVk(session, queue); |
| 141 | } |
| 142 | |
| 143 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchronizationQueueVk(ovrSession session, VkQueue queue) |
| 144 | { |
nothing calls this directly
no test coverage detected