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

Convenience constructor for a buffer to 1D image copy command.

Compared to the base CopyBufferToImageInfo constructor accepts a list of BufferImageCopy1D convenience structures that are more suited for copying 1D 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

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

Function documentation

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

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