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

Function BindImageMemory2KHR

icd/generated/function_definitions.h:2368–2372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
2371 return VK_SUCCESS;
2372}
2373static VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupportKHR(VkDevice device,
2374 const VkDescriptorSetLayoutCreateInfo* pCreateInfo,
2375 VkDescriptorSetLayoutSupport* pSupport) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected