MCPcopy Create free account
hub / github.com/alibaba/MNN / bindImageMemory

Method bindImageMemory

source/backend/vulkan/component/VulkanDevice.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463const void VulkanDevice::bindImageMemory(const VkImage& image, const VkDeviceMemory& memory,
464 const VkDeviceSize& memoryOffset) const {
465 vkBindImageMemory(mDevice, image, memory, memoryOffset);
466}
467
468const VkResult VulkanDevice::createImageView(VkImageView& view, const VkImage& image, const VkImageViewType& viewType,
469 const VkFormat& format, const VkAllocationCallbacks* allocator) const {

Callers 1

VulkanImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected