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
在 QML: 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 .