| 2366 | return VK_SUCCESS; |
| 2367 | } |
| 2368 | static VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, |
| 2369 | const VkBindImageMemoryInfo* pBindInfos) { |
| 2370 | // Not a CREATE or DESTROY function |
| 2371 | return VK_SUCCESS; |
| 2372 | } |
| 2373 | static VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupportKHR(VkDevice device, |
| 2374 | const VkDescriptorSetLayoutCreateInfo* pCreateInfo, |
| 2375 | VkDescriptorSetLayoutSupport* pSupport) { |
nothing calls this directly
no outgoing calls
no test coverage detected