![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtGui More...
#include <qrhi_platform.h>
\inmodule QtGui
Null backend specific initialization parameters.
A Null QRhi needs no special parameters for initialization.
\badcode QRhiNullInitParams params; rhi = QRhi::create(QRhi::Null, ¶ms);
The Null backend does not issue any graphics calls and creates no resources. All QRhi operations will succeed as normal so applications can still be run, albeit potentially at an unthrottled speed, depending on their frame rendering strategy.
Definition at line 35 of file qrhi_platform.h.