| 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 |
| 984 | return VK_SUCCESS; |
| 985 | } |
| 986 | static VKAPI_ATTR void VKAPI_CALL GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, |
| 987 | uint32_t remoteDeviceIndex, |
| 988 | VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) { |
nothing calls this directly
no outgoing calls
no test coverage detected