Pass QML Type

定义效果器中的渲染传递。更多

Import Statement: import QtQuick3D
Inherits:

QtObject

属性

详细说明

一个Effect 可能由多个渲染过程组成。每个渲染过程都有一个设置阶段,在此阶段将执行render commands 列表、output buffershaders 列表,以用于渲染效果。

有关如何设置多个渲染过程的详细信息,请参阅Effect 文档。

属性文档

commands : list

指定传递的渲染commands 列表。


output : Buffer

指定传递的输出buffer


shaders : list

指定传递的shaders 列表。


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