FrameGraphNode QML Type
Base class of all FrameGraph configuration nodes. More...
Import Statement: | import Qt3D.Render 2.7 |
Instantiates: | QFrameGraphNode |
Inherits: | |
Inherited By: | 20 typesBlitFramebuffer, CameraSelector, ClearBuffers, DebugOverlay, DispatchCompute, FrustumCulling, LayerFilter, MemoryBarrier, NoDraw, NoPicking, ProximityFilter, RenderCapture, RenderPassFilter, RenderStateSet, RenderSurfaceSelector, RenderTargetSelector, SortPolicy, SubtreeEnabler, TechniqueFilter, and Viewport |
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 |
---|---|
CameraSelector | Select camera from all available cameras in the scene |
ClearBuffers | Specify which buffers to clear and to what values |
DispatchCompute | Specify compute operation kernels |
FrustumCulling | Enable frustum culling |
LayerFilter | Select which layers to draw |
NoDraw | Disable drawing |
RenderPassFilter | Select which render passes to draw |
RenderStateSet | Set render states |
RenderSurfaceSelector | Select which surface to draw to |
RenderTargetSelector | Select which RenderTarget to draw to |
SortPolicy | Specify how entities are sorted to determine draw order |
TechniqueFilter | Select which techniques to draw |
Viewport | Specify viewport |
MemoryBarrier | Places a memory barrier |
© 2024 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.