Skip to content

KDGpu::ImageData

Public Attributes

Name
uint32_t width
uint32_t height
const uint8_t * pixelData
DeviceSize byteSize
Format format

Public Attributes Documentation

variable width

1
uint32_t width { 0 };

variable height

1
uint32_t height { 0 };

variable pixelData

1
const uint8_t * pixelData { nullptr };

variable byteSize

1
DeviceSize byteSize { 0 };

variable format

1
Format format { Format::R8G8B8A8_UNORM };

Updated on 2025-07-01 at 00:02:08 +0000