Skip to content

KDGpu::HostMemoryToTextureCopyRegion

#include <texture.h>

Public Attributes

Name
void * srcHostMemoryPointer
DeviceSize srcMemoryRowLength
DeviceSize srcMemoryImageHeight
TextureSubresourceLayers dstSubresource
Offset3D dstOffset
Extent3D dstExtent

Public Attributes Documentation

variable srcHostMemoryPointer

1
void * srcHostMemoryPointer { nullptr };

variable srcMemoryRowLength

1
DeviceSize srcMemoryRowLength { 0 };

variable srcMemoryImageHeight

1
DeviceSize srcMemoryImageHeight { 0 };

variable dstSubresource

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

variable dstOffset

1
Offset3D dstOffset {};

variable dstExtent

1
Extent3D dstExtent {};

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