Skip to content

KDGpu::TextureToTextureCopy

#include <command_recorder.h>

Public Attributes

Name
Handle< Texture_t > srcTexture
TextureLayout srcLayout
Handle< Texture_t > dstTexture
TextureLayout dstLayout
std::vector< TextureCopyRegion > regions

Public Attributes Documentation

variable srcTexture

1
Handle< Texture_t > srcTexture;

variable srcLayout

1
TextureLayout srcLayout;

variable dstTexture

1
Handle< Texture_t > dstTexture;

variable dstLayout

1
TextureLayout dstLayout;

variable regions

1
std::vector< TextureCopyRegion > regions;

Updated on 2024-09-10 at 00:01:36 +0000