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 | |
variable dstTexture¶
1 | |
variable dstTextureLayout¶
1 | |
variable regions¶
1 | |
Updated on 2025-07-08 at 12:01:11 +0000