ClearBuffers QML Type

用於清零緩衝的類。 更多...

import 語句: import Qt3D.Render 2.15
Since: Qt 5.7
實例化: QClearBuffers
繼承:

FrameGraphNode

特性

詳細描述

A Qt3DRender::QClearBuffers FrameGraph 節點啓用具有特定值的特定渲染目標緩衝的清零。

特性文檔編製

buffers : enumeration

指定要使用的緩衝類型。

clearColor : color

指定要使用的清零顔色。

clearDepthValue : real

指定要使用的清零深度值。

clearStencilValue : int

指定要使用的蠟紙值。

colorBuffer : RenderTargetOutput

Specifies a specific color buffer to clear. If set to NULL (default), and ColorBuffer flag is set, all color buffers will be cleared.