![]() |
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 27 of file qbackingstorerhisupport_p.h.
QT_BEGIN_NAMESPACE QBackingStoreRhiSupport::~QBackingStoreRhiSupport | ( | ) |
Definition at line 19 of file qbackingstorerhisupport.cpp.
|
static |
Definition at line 236 of file qbackingstorerhisupport.cpp.
|
static |
Definition at line 257 of file qbackingstorerhisupport.cpp.
bool QBackingStoreRhiSupport::create | ( | ) |
Definition at line 46 of file qbackingstorerhisupport.cpp.
void QBackingStoreRhiSupport::reset | ( | ) |
Definition at line 32 of file qbackingstorerhisupport.cpp.
|
inline |
Definition at line 48 of file qbackingstorerhisupport_p.h.
|
inline |
Definition at line 36 of file qbackingstorerhisupport_p.h.
|
inline |
Definition at line 34 of file qbackingstorerhisupport_p.h.
Definition at line 35 of file qbackingstorerhisupport_p.h.
|
static |
Definition at line 213 of file qbackingstorerhisupport.cpp.
QRhiSwapChain * QBackingStoreRhiSupport::swapChainForWindow | ( | QWindow * | window | ) |
Definition at line 153 of file qbackingstorerhisupport.cpp.
|
friend |
Definition at line 63 of file qbackingstorerhisupport_p.h.