Skip to content

KDGpu::BufferToTextureCopy

#include <command_recorder.h>

Public Attributes

Name
Handle< Buffer_t > srcBuffer
Handle< Texture_t > dstTexture
TextureLayout dstTextureLayout
std::vector< BufferTextureCopyRegion > regions

Public Attributes Documentation

variable srcBuffer

1
Handle< Buffer_t > srcBuffer;

variable dstTexture

1
Handle< Texture_t > dstTexture;

variable dstTextureLayout

1
TextureLayout dstTextureLayout;

variable regions

1
std::vector< BufferTextureCopyRegion > regions;

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