A FrameGraphNode used to select used Techniques. More...
Import Statement: | import Qt3D.Render |
Since: | Qt 5.7 |
Instantiates: | QTechniqueFilter |
Inherits: |
A TechniqueFilter specifies which techniques are used by the FrameGraph when rendering the entities. TechniqueFilter specifies a list of FilterKey objects and Parameter objects. When TechniqueFilter is present in the FrameGraph, only the techiques matching the keys in list are used for rendering. The parameters in the list can be used to set values for shader parameters. The parameters in TechniqueFilter override parameters in Material, Effect, Technique and RenderPass, but are overridden by parameters in RenderPassFilter.
Holds the list of filterkeys used by the TechiqueFilter
Holds the list of parameters used by the TechiqueFilter
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qml-qt3d-render-techniquefilter.html