Skip to content

KDGpu::WaitForTextureUploadOptions

Module: Public API

#include <KDGpu/queue.h>

Public Attributes

Public Attributes Documentation

variable destinationTexture

1
Handle< Texture_t > destinationTexture;

variable dstStages

1
PipelineStageFlags dstStages = PipelineStageFlagBit::AllGraphicsBit;

variable data

1
const void * data { nullptr };

variable byteSize

1
DeviceSize byteSize { 0 };

variable oldLayout

1
TextureLayout oldLayout { TextureLayout::Undefined };

variable newLayout

1
TextureLayout newLayout { TextureLayout::Undefined };

variable regions

1
std::vector< BufferTextureCopyRegion > regions;

variable range

1
TextureSubresourceRange range {};

Updated on 2025-04-12 at 00:01:45 +0000