| 442 | } |
| 443 | |
| 444 | DstImageDescriptor Image::GetDstDesc() |
| 445 | { |
| 446 | DstImageDescriptor imageDesc; |
| 447 | { |
| 448 | imageDesc.format = GetFormat(); |
| 449 | imageDesc.dataType = GetDataType(); |
| 450 | imageDesc.data = GetData(); |
| 451 | imageDesc.dataSize = GetDataSize(); |
| 452 | } |
| 453 | return imageDesc; |
| 454 | } |
| 455 | |
| 456 | std::uint32_t Image::GetBytesPerPixel() const |
| 457 | { |