![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h More...
#include <qrhi.h>
Public Attributes | |
std::function< void()> | completed = nullptr |
QRhiTexture::Format | format |
QSize | pixelSize |
QByteArray | data |
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h
Describes the results of a potentially asynchronous buffer or texture readback operation.
When \l completed is set, the function is invoked when the \l data is available. \l format and \l pixelSize are set upon completion together with \l data.
std::function<void()> QRhiReadbackResult::completed = nullptr |
QByteArray QRhiReadbackResult::data |
QRhiTexture::Format QRhiReadbackResult::format |