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

Function TrimCommandPool

icd/generated/function_definitions.h:1043–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041 GetPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice, pFormatInfo, pPropertyCount, pProperties);
1042}
1043static VKAPI_ATTR void VKAPI_CALL TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected