| 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 |
| 1049 | } |
| 1050 | static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceExternalBufferProperties( |
| 1051 | VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, |
| 1052 | VkExternalBufferProperties* pExternalBufferProperties) { |
nothing calls this directly
no test coverage detected