QRhiNullInitParams Class

Null backend specific initialization parameters. More...

Header: #include <QRhiNullInitParams>
qmake: QT += rhi
Inherits: QRhiInitParams

Detailed Description

Null backend specific initialization parameters.

A Null QRhi needs no special parameters for initialization.


  QRhiNullInitParams params;
  rhi = QRhi::create(QRhi::Null, &params);

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. The backend reports resources to QRhiProfiler as usual.

Member Type Documentation

Property Documentation

Member Function Documentation

Member Variable Documentation

Related Non-Members

Macro Documentation