| 974 | return VK_SUCCESS; |
| 975 | } |
| 976 | static VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, |
| 977 | const VkBindBufferMemoryInfo* pBindInfos) { |
| 978 | // Not a CREATE or DESTROY function |
| 979 | return VK_SUCCESS; |
| 980 | } |
| 981 | static VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory2(VkDevice device, uint32_t bindInfoCount, |
| 982 | const VkBindImageMemoryInfo* pBindInfos) { |
| 983 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected