KDGpu::TextureUploadOptions¶
Module: Public API
#include <KDGpu/queue.h>
Public Attributes¶
Name | |
---|---|
Handle< Texture_t > | destinationTexture |
PipelineStageFlags | dstStages |
AccessFlags | dstMask |
const void * | data |
DeviceSize | byteSize |
TextureLayout | oldLayout |
TextureLayout | newLayout |
std::vector< BufferTextureCopyRegion > | regions |
TextureSubresourceRange | range |
Public Attributes Documentation¶
variable destinationTexture¶
1 |
|
variable dstStages¶
1 |
|
variable dstMask¶
1 |
|
variable data¶
1 |
|
variable byteSize¶
1 |
|
variable oldLayout¶
1 |
|
variable newLayout¶
1 |
|
variable regions¶
1 |
|
variable range¶
1 |
|
Updated on 2024-11-21 at 00:02:28 +0000