ClearBuffers QML Type
클래스를 사용하여 버퍼를 지웁니다. 더 보기...
Import Statement: | import Qt3D.Render 2.9 |
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.