Magnum::Vk::CopyBufferToImageInfo2DArray class new in Git master

Convenience constructor for a buffer to 2D array image copy command.

Compared to the base CopyBufferToImageInfo constructor accepts a list of BufferImageCopy2DArray convenience structures that are more suited for copying 2D array images. See Copying image data for example usage of these convenience classes.

Base classes

class CopyBufferToImageInfo new in Git master
Buffer to image copy command.

Constructors, destructors, conversion operators

CopyBufferToImageInfo2DArray(VkBuffer source, VkImage destination, ImageLayout destinationLayout, Containers::ArrayView<const BufferImageCopy2DArray> regions)
Constructor.
CopyBufferToImageInfo2DArray(VkBuffer source, VkImage destination, ImageLayout destinationLayout, std::initializer_list<BufferImageCopy2DArray> regions)

Function documentation

Magnum::Vk::CopyBufferToImageInfo2DArray::CopyBufferToImageInfo2DArray(VkBuffer source, VkImage destination, ImageLayout destinationLayout, std::initializer_list<BufferImageCopy2DArray> regions)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.