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

Function BindBufferMemory2

icd/generated/function_definitions.h:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974 return VK_SUCCESS;
975}
976static 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}
981static VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory2(VkDevice device, uint32_t bindInfoCount,
982 const VkBindImageMemoryInfo* pBindInfos) {
983 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected