TechniqueFilter QML Type
A FrameGraphNode used to select used Techniques. More...
Import Statement: | import Qt3D.Render 2.14 |
Since: | Qt 5.7 |
Instantiates: | QTechniqueFilter |
Inherits: |
Properties
- matchAll : list<FilterKey>
- parameters : list<Parameter>
Detailed Description
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 are overridden by parameters in Technique and RenderPass.
Property Documentation
© 2020 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.