QNoDepthMask Class

class Qt3DRender ::QNoDepthMask

Disable depth write. 更多...

头: #include <QNoDepthMask>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
实例化: NoDepthMask
继承: Qt3DRender::QRenderState

公共函数

QNoDepthMask (Qt3DCore::QNode * parent = nullptr)

详细描述

A Qt3DRender::QNoDepthMask class disables fragment depth write to depth buffer.

另请参阅 Qt3DRender::QDepthTest .

成员函数文档编制

[explicit] QNoDepthMask:: QNoDepthMask ( Qt3DCore::QNode * parent = nullptr)

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