BufferImageCopy1D class new in Git master
#include <Magnum/Vk/Image.h>
Convenience constructor for buffer / 1D image copy region.
Compared to the base BufferImageCopy constructor sets bufferRowLength and bufferImageHeight to 0, imageSubresource.baseArrayLayer to 0, imageSubresource.layerCount to 1, Y and Z coordinate of imageOffset to 0 and Y and Z coordinate of imageExtent to 1.
Base classes
- class BufferImageCopy new in Git master
- Buffer / image copy region.
Constructors, destructors, conversion operators
- BufferImageCopy1D(UnsignedLong bufferOffset, ImageAspect imageAspect, Int imageLevel, const Range1Di& imageRange)
- Constructor.