Pass QML Type

Defines a render pass in an Effect. 更多...

import 語句: import QtQuick3D
繼承:

QtObject

特性

詳細描述

An Effect may consist of multiple render passes. Each render pass has a setup phase where the list of render commands are executed, a output buffer and a list of shaders to use for rendering the effect.

見文檔編製為 Effect for more details on how to set up multiple rendering passes.

特性文檔編製

命令 : list

Specifies the list of render 命令 of the pass.

output : Buffer

Specifies the output buffer of the pass.

shaders : list

Specifies the list of shaders of the pass.