PySide6.QtGui.QRhiReadbackResult

class QRhiReadbackResult

Describes the results of a potentially asynchronous buffer or texture readback operation.

Details

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

Note

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

Added in version 6.6.

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PySide6.QtGui.QRhiReadbackResult.format
PySide6.QtGui.QRhiReadbackResult.pixelSize
PySide6.QtGui.QRhiReadbackResult.data