KDGpu::WaitForTextureUploadOptions
Module: Public API
#include <KDGpu/queue.h>
Public Attributes
Public Attributes Documentation
variable destinationTexture
| Handle< Texture_t > destinationTexture;
|
variable dstStages
| PipelineStageFlags dstStages = PipelineStageFlagBit::AllGraphicsBit;
|
variable data
| const void * data { nullptr };
|
variable byteSize
| DeviceSize byteSize { 0 };
|
variable oldLayout
| TextureLayout oldLayout { TextureLayout::Undefined };
|
variable newLayout
| TextureLayout newLayout { TextureLayout::Undefined };
|
variable regions
| std::vector< BufferTextureCopyRegion > regions;
|
variable range
| TextureSubresourceRange range {};
|
Updated on 2024-11-21 at 00:02:28 +0000