Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRhiNullInitParams Class Reference

\inmodule QtGui More...

#include <qrhi_platform.h>

+ Inheritance diagram for QRhiNullInitParams:
+ Collaboration diagram for QRhiNullInitParams:

Detailed Description

\inmodule QtGui

Since
6.6

Null backend specific initialization parameters.

Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

A Null QRhi needs no special parameters for initialization.

\badcode 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.

Definition at line 35 of file qrhi_platform.h.


The documentation for this class was generated from the following file: