| 2071 | // Not a CREATE or DESTROY function |
| 2072 | } |
| 2073 | static VKAPI_ATTR void VKAPI_CALL TrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { |
| 2074 | // Not a CREATE or DESTROY function |
| 2075 | } |
| 2076 | static VKAPI_ATTR VkResult VKAPI_CALL EnumeratePhysicalDeviceGroupsKHR( |
| 2077 | VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties) { |
| 2078 | if (!pPhysicalDeviceGroupProperties) { |
nothing calls this directly
no outgoing calls
no test coverage detected