Searched defs:VkBindImageMemoryInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h3876 typedef struct VkBindImageMemoryInfo { struct
3882 } VkBindImageMemoryInfo; typedef in typeref:struct:VkBindImageMemoryInfo
4346 typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
4385 const VkBindImageMemoryInfo* pBindInfos);
5682 typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR;
5686 typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
5697 const VkBindImageMemoryInfo* pBindInfos);

Completed in 77 milliseconds