QStencilMask Class

class Qt3DRender::QStencilMask

The QStencilMask class controls the front and back writing of individual bits in the stencil planes. More...

Header: #include <QStencilMask>
qmake: QT += 3drender
Since: Qt 5.7
Instantiated By: StencilMask
Inherits: Qt3DRender::QRenderState

This class was introduced in Qt 5.7.

Public Functions

QStencilMask(Qt3DCore::QNode *parent = nullptr)

Detailed Description

A Qt3DRender::QStencilMask class specifies a write mask for the stencil values after the stencil test. Mask can be specified separately for the front-facing and back-facing polygons. The fragment stencil value is and'd with the mask before it is written to the stencil buffer.

See also Qt3DRender::QStencilTest.

Member Function Documentation

QStencilMask::QStencilMask(Qt3DCore::QNode *parent = nullptr)

The constructor creates a new QStencilMask::QStencilMask instance with the specified parent.