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

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

Compared to the base CopyImageToBufferInfo 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 CopyImageToBufferInfo new in Git master
Image to buffer copy command.

Constructors, destructors, conversion operators

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

Function documentation

Magnum::Vk::CopyImageToBufferInfoCubeMap::CopyImageToBufferInfoCubeMap(VkImage source, ImageLayout sourceLayout, VkBuffer destination, 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.