QFrameGraphNode¶
Base class of all FrameGraph configuration nodes. More…

Inherited by: QForwardRenderer, QBlitFramebuffer, QBufferCapture, QCameraSelector, QClearBuffers, QDispatchCompute, QFrustumCulling, QLayerFilter, QMemoryBarrier, QNoDraw, QNoPicking, QProximityFilter, QRenderCapture, QRenderPassFilter, QRenderStateSet, QRenderSurfaceSelector, QRenderTargetSelector, QSetFence, QSortPolicy, QTechniqueFilter, QViewport, QWaitFence
Synopsis¶
Functions¶
def
parentFrameGraphNode()
Detailed Description¶
This class is rarely instanced directly since it doesn’t provide any frame graph specific behavior, although it can be convenient to use for grouping other nodes together in dynamic frame graphs. The actual behavior comes from the subclasses.
The subclasses are:
class
description
QCameraSelectorSelect camera from all available cameras in the scene
QClearBuffersSpecify which buffers to clear and to what values
QDispatchComputeSpecify Compute operation kernels
QFrustumCullingEnable frustum culling
QLayerFilterSelect which layers to draw
QNoDrawDisable drawing
QRenderPassFilterSelect which render passes to draw
QRenderStateSetSet render states
QRenderSurfaceSelectorSelect which surface to draw to
QRenderTargetSelectorSelect which
QRenderTargetto draw to
QSortPolicySpecify how entities are sorted to determine draw order
QTechniqueFilterSelect which techniques to draw
QViewportSpecify viewport
QMemoryBarrierPlaces a memory barrier
- class PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode([parent=None])¶
- param parent:
The constructor creates an instance with the specified
parent.
- PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode.parentFrameGraphNode()¶
- Return type:
Returns a pointer to the parent frame graph node.
If the parent of this node is not a frame graph node, this method will recursively look for a parent node that is a frame graph node.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.