MCPcopy Create free account
hub / github.com/ZDoom/Raze / copyImageToBuffer

Method copyImageToBuffer

libraries/ZVulkan/include/zvulkan/vulkanobjects.h:829–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829inline void VulkanCommandBuffer::copyImageToBuffer(VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy* pRegions)
830{
831 vkCmdCopyImageToBuffer(buffer, srcImage, srcImageLayout, dstBuffer, regionCount, pRegions);
832}
833
834inline void VulkanCommandBuffer::updateBuffer(VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* pData)
835{

Callers 1

CopyScreenToBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected