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

Function BindBufferMemory2KHR

icd/generated/function_definitions.h:2363–2367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2361 // Destroy object
2362}
2363static 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}
2368static VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount,
2369 const VkBindImageMemoryInfo* pBindInfos) {
2370 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected