Skip to content

KDGpu::TextureToTextureCopyHost

#include <texture.h>

Public Attributes

Name
TextureLayout textureLayout
Handle< Texture_t > dstTexture
TextureLayout dstTextureLayout
std::vector< TextureToTextureHostCopyRegion > regions
HostImageCopyFlags flags

Public Attributes Documentation

variable textureLayout

1
TextureLayout textureLayout;

variable dstTexture

1
Handle< Texture_t > dstTexture;

variable dstTextureLayout

1
TextureLayout dstTextureLayout;

variable regions

1
std::vector< TextureToTextureHostCopyRegion > regions;

variable flags

1
HostImageCopyFlags flags { HostImageCopyFlagBits::None };

Updated on 2025-04-14 at 00:01:35 +0000