| 2361 | // Destroy object |
| 2362 | } |
| 2363 | static VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, |
| 2364 | const VkBindBufferMemoryInfo* pBindInfos) { |
| 2365 | // Not a CREATE or DESTROY function |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected