TechniqueFilter QML Type

A FrameGraphNode used to select used Techniques. More...

Import Statement: import Qt3D.Render 2.8
Instantiates: QTechniqueFilter
Inherits:

FrameGraphNode

Properties

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 override parameters in Material, Effect, Technique and RenderPass, but are overridden by parameters in RenderPassFilter.

Property Documentation

matchAll : list<FilterKey>

Holds the list of filterkeys used by the TechiqueFilter


parameters : list<Parameter>

Holds the list of parameters used by the TechiqueFilter


© 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.