Technique QML Type

Encapsulates a Technique. More...

Import Statement: import Qt3D.Render 2.0
Since: Qt 5.7
Instantiates: QTechnique

Properties

Detailed Description

A Technique specifies a set of RenderPass objects, FilterKey objects, Parameter objects and a GraphicsApiFilter, which together define a rendering technique the given graphics API can render. The filter keys are used by TechniqueFilter to select specific techinques at specific parts of the FrameGraph. If the same parameter is specified both in Technique and RenderPass, the one in Technique overrides the one used in the RenderPass.

See also Qt3D.Render::Effect.

Property Documentation

filterKeys : list<FilterKey>

Specifies the list of filter keys enabling this technique


graphicsApiFilter : GraphicsApiFilter

Specifies the graphics API filter being used


parameters : list<Parameter>

Specifies the parameters used by the technique


renderPasses : list<RenderPass>

Specifies the render passes used by the tehcnique


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