QRhiReadbackResult Class

Describes the results of a potentially asynchronous readback operation. More...

Header: #include <QRhiReadbackResult>
qmake: QT += rhi

Public Variables

std::function<void ()> completed
QByteArray data
QRhiTexture::Format format
QSize pixelSize

Detailed Description

Describes the results of a potentially asynchronous readback operation.

When completed is set, the function is invoked when the data is available. format and pixelSize are set upon completion together with data.

Member Type Documentation

Property Documentation

Member Function Documentation

Member Variable Documentation

Related Non-Members

Macro Documentation