| 190 | |
| 191 | #undef ovr_SetSynchonizationQueueVk |
| 192 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue) |
| 193 | { |
| 194 | return ovr_SetSynchronizationQueueVk(session, queue); |
| 195 | } |
| 196 | |
| 197 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchronizationQueueVk(ovrSession session, VkQueue queue) |
| 198 | { |
nothing calls this directly
no test coverage detected