RenderCapture QML Type

렌더링 캡처. 더 보기...

Import Statement: import Qt3D.Render 2.8
In C++: QRenderCapture
Inherits:

FrameGraphNode

Status: Deprecated

메서드

상세 설명

메서드 문서

RenderCaptureReply requestCapture()

렌더 캡처를 요청할 때 사용됩니다. 프레임 그래프에 여러 리프 노드가 있더라도 요청 캡처 호출당 하나의 렌더 캡처 결과만 생성됩니다. 이 함수는 캡처가 완료되면 캡처된 이미지를 수신하는 QRenderCaptureReply 객체를 반환합니다. 사용자는 반환된 오브젝트의 할당을 해제할 책임이 있습니다.


RenderCaptureReply requestCapture(Rect rect)

지정된 rect 에서 렌더 캡처를 요청하는 데 사용됩니다. 프레임 그래프에 여러 리프 노드가 있더라도 요청 캡처 호출당 하나의 렌더 캡처 결과만 생성됩니다. 이 함수는 캡처가 완료되면 캡처된 이미지를 수신하는 QRenderCaptureReply 객체를 반환합니다. 사용자는 반환된 객체의 할당을 해제할 책임이 있습니다.


© 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.