![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtGui More...
#include <qrhi.h>
Public Attributes | |
std::function< void()> | completed = nullptr |
QRhiTexture::Format | format |
QSize | pixelSize |
QByteArray | data |
\inmodule QtGui
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.
Definition at line 1687 of file qrhi.h.
Referenced by QRhiD3D11::enqueueResourceUpdates(), QRhiGles2::enqueueResourceUpdates(), QRhiVulkan::enqueueResourceUpdates(), QRhiD3D11::finishActiveReadbacks(), QRhiMetal::finishActiveReadbacks(), and QRhiVulkan::finishActiveReadbacks().
QByteArray QRhiReadbackResult::data |
Definition at line 1690 of file qrhi.h.
Referenced by QRhiD3D11::enqueueResourceUpdates(), QRhiGles2::enqueueResourceUpdates(), QRhiVulkan::enqueueResourceUpdates(), QRhiD3D11::finishActiveReadbacks(), QRhiMetal::finishActiveReadbacks(), QRhiVulkan::finishActiveReadbacks(), QQuickWidgetPrivate::grabFramebuffer(), main(), and QRhiNull::resourceUpdate().
QRhiTexture::Format QRhiReadbackResult::format |
Definition at line 1688 of file qrhi.h.
Referenced by QRhiD3D11::finishActiveReadbacks(), QRhiMetal::finishActiveReadbacks(), and QRhiVulkan::finishActiveReadbacks().
QSize QRhiReadbackResult::pixelSize |
Definition at line 1689 of file qrhi.h.
Referenced by QRhiD3D11::finishActiveReadbacks(), QRhiMetal::finishActiveReadbacks(), QRhiVulkan::finishActiveReadbacks(), QQuickWidgetPrivate::grabFramebuffer(), and main().