在本页

Pass QML Type

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

Import Statement: import QtQuick3D
Inherits:

QtObject

属性

详细说明

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

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

属性文档

commands : list

指定通道的commands 渲染列表。

output : Buffer

指定通道的输出buffer

shaders : list

指定shaders 的通行证列表。

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