The data structure used to update contents of an RHI::DeviceImage on an RHI::DeviceImagePool. More...
#include <DeviceImagePool.h>
Public Attributes | |
| ImageClass * | m_image = nullptr |
| A pointer to an initialized image, whose contents will be updated. | |
| ImageSubresource | m_imageSubresource |
| The image subresource to update. | |
| Origin | m_imageSubresourcePixelOffset |
| The offset in pixels from the start of the sub-resource in the destination image. | |
| const void * | m_sourceData = nullptr |
| The source data pointer. | |
| ImageSubresourceLayoutClass | m_sourceSubresourceLayout |
| The source sub-resource layout. | |
The data structure used to update contents of an RHI::DeviceImage on an RHI::DeviceImagePool.