QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCRhiCapture.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/qglobal.h>
4#include <QtCore/QObject>
5
6#include <atomic>
7
8class QRhi;
9class QQuickWindow;
10
18namespace QGCRhiCapture {
19
24QRhi *qrhi();
25
28QRhi *cachedRhi() noexcept;
29
32void connectWindow(QQuickWindow *window);
33
34} // namespace QGCRhiCapture
QRhi * cachedRhi() noexcept
void connectWindow(QQuickWindow *window)