2 #include <QOffscreenSurface>
3 #include <QtGui/private/qrhi_p.h>
5 #if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
6 using QRhiBufferReadbackResult = QRhiReadbackResult;
9 class QOffscreenSurface;
39 QRhiRenderPassDescriptor* renderPassDescriptor{};
40 std::weak_ptr<RenderList> renderer{};
42 QOffscreenSurface* surface{};
47 QShaderVersion version{};
Graphics rendering pipeline for ossia score.
Definition: Filter/PreviewWidget.hpp:12
GraphicsApi
Available graphics APIs to use.
Definition: RenderState.hpp:17
Global state associated to a rendering context.
Definition: RenderState.hpp:31