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 2025-07-08 at 12:01:11 +0000