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 |
|
variable srcLayout¶
1 |
|
variable dstTexture¶
1 |
|
variable dstLayout¶
1 |
|
variable regions¶
1 |
|
Updated on 2024-11-21 at 00:08:26 +0000