Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRhiNativeHandles Class Reference

\variable QRhiReadbackResult::completed More...

#include <qrhi.h>

+ Inheritance diagram for QRhiNativeHandles:
+ Collaboration diagram for QRhiNativeHandles:

Detailed Description

\variable QRhiReadbackResult::completed

Callback that is invoked upon completion, on the thread the QRhi operates on. Can be left set to \nullptr, in which case no callback is invoked.

\variable QRhiReadbackResult::format

Valid only for textures, the texture format.

\variable QRhiReadbackResult::pixelSize

Valid only for textures, the size in pixels.

\variable QRhiReadbackResult::data

The buffer or image data.

See also
QRhiResourceUpdateBatch::readBackTexture(), QRhiResourceUpdateBatch::readBackBuffer()

\inmodule QtGui

Since
6.6

Base class for classes exposing backend-specific collections of native resource objects.

Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

Definition at line 799 of file qrhi.h.


The documentation for this class was generated from the following file: