Skip to content

KDGpu::TextureToHostMemoryCopyRegion

#include <texture.h>

Public Attributes

Name
TextureSubresourceLayers srcSubresource
Offset3D srcOffset
Extent3D srcExtent
void * dstHostMemoryPointer
DeviceSize dstMemoryRowLength
DeviceSize dstMemoryImageHeight

Public Attributes Documentation

variable srcSubresource

1
TextureSubresourceLayers srcSubresource { .aspectMask = TextureAspectFlagBits::ColorBit };

variable srcOffset

1
Offset3D srcOffset {};

variable srcExtent

1
Extent3D srcExtent {};

variable dstHostMemoryPointer

1
void * dstHostMemoryPointer { nullptr };

variable dstMemoryRowLength

1
DeviceSize dstMemoryRowLength { 0 };

variable dstMemoryImageHeight

1
DeviceSize dstMemoryImageHeight { 0 };

Updated on 2025-07-01 at 00:02:08 +0000