![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbackingstorerhisupport_p.h>
Public Member Functions | |
| ~QBackingStoreRhiSupport () | |
| void | reset () |
| void | setFormat (const QSurfaceFormat &format) |
| void | setWindow (QWindow *window) |
| void | setConfig (const QPlatformBackingStoreRhiConfig &config) |
| bool | create () |
| QRhiSwapChain * | swapChainForWindow (QWindow *window) |
| QRhi * | rhi () const |
Static Public Member Functions | |
| static QSurface::SurfaceType | surfaceTypeForConfig (const QPlatformBackingStoreRhiConfig &config) |
| static bool | checkForceRhi (QPlatformBackingStoreRhiConfig *outConfig, QSurface::SurfaceType *outType) |
| static QRhi::Implementation | apiToRhiBackend (QPlatformBackingStoreRhiConfig::Api api) |
Friends | |
| class | QBackingStoreRhiSupportWindowWatcher |
Definition at line 28 of file qbackingstorerhisupport_p.h.
| QT_BEGIN_NAMESPACE QBackingStoreRhiSupport::~QBackingStoreRhiSupport | ( | ) |
Definition at line 20 of file qbackingstorerhisupport.cpp.
|
static |
Definition at line 237 of file qbackingstorerhisupport.cpp.
|
static |
Definition at line 258 of file qbackingstorerhisupport.cpp.
| bool QBackingStoreRhiSupport::create | ( | ) |
Definition at line 47 of file qbackingstorerhisupport.cpp.
| void QBackingStoreRhiSupport::reset | ( | ) |
Definition at line 33 of file qbackingstorerhisupport.cpp.
|
inline |
Definition at line 49 of file qbackingstorerhisupport_p.h.
|
inline |
Definition at line 37 of file qbackingstorerhisupport_p.h.
|
inline |
Definition at line 35 of file qbackingstorerhisupport_p.h.
Definition at line 36 of file qbackingstorerhisupport_p.h.
|
static |
Definition at line 214 of file qbackingstorerhisupport.cpp.
| QRhiSwapChain * QBackingStoreRhiSupport::swapChainForWindow | ( | QWindow * | window | ) |
Definition at line 154 of file qbackingstorerhisupport.cpp.
|
friend |
Definition at line 64 of file qbackingstorerhisupport_p.h.