QFilterKey Class

class Qt3DRender::QFilterKey

The QFilterKey class provides storage for filter keys and their values. More...

Header: #include <QFilterKey>
qmake: QT += 3drender
Since: Qt 5.5
Instantiated By: FilterKey
Inherits: Qt3DCore::QNode

This class was introduced in Qt 5.5.

Detailed Description

Filter keys are used by QTechnique and QRenderPass to specify at which stage of rendering the technique or the render pass is used.

Note: QFilterKey node can not be disabled.