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

Function ovr_SetSynchonizationQueueVk

LibOVRProxy/OVR_CAPI.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#include "OVR_CAPI_Vk.h"
53#undef ovr_SetSynchonizationQueueVk
54OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetSynchonizationQueueVk(ovrSession session, VkQueue queue)
55{
56 return ovr_SetSynchronizationQueueVk(session, queue);
57}
58
59OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
60{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected