RenderTarget QML Type
렌더러가 렌더링할 수 있는 타깃(보통 프레임 버퍼 객체)을 캡슐화하는 클래스입니다. 더 보기...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QRenderTarget |
Status: | Deprecated |
속성
- attachments : list<RenderTargetOutput>
상세 설명
렌더 타겟은 렌더 타겟이 렌더링할 버퍼를 지정하는 RenderTargetOutput 오브젝트로 구성됩니다. 사용자는 여러 텍스처를 서로 다른 어태치먼트 포인트에 첨부하여 MRT(다중 렌더 타깃)를 지정할 수 있습니다. 사용자가 동일한 부착 지점에 여러 텍스처를 부착하려고 하면 결과가 정의되지 않습니다. 렌더링 시에는 RenderTargetSelector 에 지정된 그리기 버퍼만 사용됩니다.
속성 문서
attachments : list<RenderTargetOutput> |
RenderTarget 에 대한 어태치먼트를 보유합니다.
© 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.