pub unsafe extern "system" fn vkBindImageMemory(
device: VkDevice,
image: VkImage,
memory: VkDeviceMemory,
memoryOffset: VkDeviceSize,
) -> VkResultExpand description
Available if built with exported_prototypes.
pub unsafe extern "system" fn vkBindImageMemory(
device: VkDevice,
image: VkImage,
memory: VkDeviceMemory,
memoryOffset: VkDeviceSize,
) -> VkResultAvailable if built with exported_prototypes.