| 1041 | GetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice, pFormatInfo, pPropertyCount, pProperties); |
| 1042 | } |
| 1043 | static VKAPI_ATTR void VKAPI_CALL TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { |
| 1044 | // Not a CREATE or DESTROY function |
| 1045 | } |
| 1046 | static 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 |
nothing calls this directly
no outgoing calls
no test coverage detected