class new in Git master
#include <Magnum/Vk/Image.h>
CopyBufferToImageInfo3D Convenience constructor for a buffer to 3D image copy command.
Compared to the base CopyBufferToImageInfo constructor accepts a list of BufferImageCopy3D convenience structures that are more suited for copying 3D 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
-
CopyBufferToImageInfo3D(VkBuffer source,
VkImage destination,
ImageLayout destinationLayout,
Containers::
ArrayView<const BufferImageCopy3D> regions) - Constructor.
-
CopyBufferToImageInfo3D(VkBuffer source,
VkImage destination,
ImageLayout destinationLayout,
std::
initializer_list<BufferImageCopy3D> regions)
Function documentation
Magnum:: Vk:: CopyBufferToImageInfo3D:: CopyBufferToImageInfo3D(VkBuffer source,
VkImage destination,
ImageLayout destinationLayout,
std:: initializer_list<BufferImageCopy3D> regions)
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.