TechniqueFilter QML Type

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

Import Statement: import Qt3D.Render 2.15
Since: Qt 5.7
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