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

Function GetDeviceQueue2

icd/generated/function_definitions.h:1046–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044 // Not a CREATE or DESTROY function
1045}
1046static VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) {
1047 GetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue);
1048 // TODO: Add further support for GetDeviceQueue2 features
1049}
1050static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceExternalBufferProperties(
1051 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
1052 VkExternalBufferProperties* pExternalBufferProperties) {

Callers

nothing calls this directly

Calls 1

GetDeviceQueueFunction · 0.85

Tested by

no test coverage detected