MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / BindImageMemory2

Function BindImageMemory2

icd/generated/function_definitions.h:981–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979 return VK_SUCCESS;
980}
981static 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}
986static VKAPI_ATTR void VKAPI_CALL GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex,
987 uint32_t remoteDeviceIndex,
988 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected