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 2024-11-21 at 00:02:22 +0000