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

Convenience constructor for a buffer to cube map image copy command.

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

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

Function documentation

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

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