QDepthTest Class
(Qt3DRender::QDepthTest)| Inherits: | QRenderState |
Public Types
| enum | DepthFunction { Never, Always, Less, LessOrEqual, ..., NotEqual } |
Properties
- depthFunction : DepthFunction
- 2 properties inherited from Qt3DCore::QNode
Public Functions
| QDepthTest(Qt3DCore::QNode *parent = nullptr) | |
| ~QDepthTest() | |
| DepthFunction | depthFunction() const |
- 6 public functions inherited from Qt3DCore::QNode
Public Slots
| void | setDepthFunction(DepthFunction depthFunction) |
- 2 public slots inherited from Qt3DCore::QNode
Signals
| void | depthFunctionChanged(DepthFunction depthFunction) |
- 3 signals inherited from Qt3DCore::QNode
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QNode
Property Documentation
depthFunction : DepthFunction
Access functions:
| DepthFunction | depthFunction() const |
| void | setDepthFunction(DepthFunction depthFunction) |
Notifier signal:
| void | depthFunctionChanged(DepthFunction depthFunction) |