TechniqueFilter QML Type

A FrameGraphNode used to select used Techniques 更多...

导入语句: import
Since: Qt 5.7
实例化: QTechniqueFilter
继承:

FrameGraphNode

特性

详细描述

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 .

特性文档编制

matchAll : list < FilterKey >

Holds the list of filterkeys used by the TechiqueFilter


参数 : list < 参数 >

Holds the list of parameters used by the TechiqueFilter