| 52 | #include "OVR_CAPI_Vk.h" |
| 53 | #undef ovr_SetSynchonizationQueueVk |
| 54 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue) |
| 55 | { |
| 56 | return ovr_SetSynchronizationQueueVk(session, queue); |
| 57 | } |
| 58 | |
| 59 | OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session) |
| 60 | { |
nothing calls this directly
no test coverage detected