MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetDeviceQueue2

Function GetDeviceQueue2

tests/icd/test_icd.cpp:925–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) {
926 GetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue);
927}
928
929static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceExternalBufferProperties(
930 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,

Callers 3

InitQueuesMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

GetDeviceQueueFunction · 0.85

Tested by

no test coverage detected