ClearBuffers QML Type
バッファをクリアするクラスです。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| 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フラグが設定されている場合、すべてのカラーバッファがクリアされます。
© 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.