ClearBuffers QML Type
バッファをクリアするクラスです。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QClearBuffers |
Inherits: | |
Status: | Deprecated |
プロパティ
- buffers : enumeration
- clearColor : color
- clearDepthValue : real
- clearStencilValue : int
- colorBuffer : RenderTargetOutput
詳細説明
Qt3DRender::QClearBuffers FrameGraphノードは、特定のレンダーターゲットバッファを特定の値でクリアできるようにします。
プロパティの説明
buffers : enumeration |
使用するバッファタイプを指定します。
clearColor : color |
使用するクリアカラーを指定します。
clearDepthValue : real |
使用するクリア深度値を指定します。
clearStencilValue : int |
使用するステンシル値を指定します。
colorBuffer : RenderTargetOutput |
クリアするカラーバッファを指定します。NULL(デフォルト)に設定され、ColorBufferフラグが設定されている場合は、すべてのカラーバッファがクリアされます。
© 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.