RenderCapture QML Type

捕捉渲染。更多

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

FrameGraphNode

Status: Deprecated

方法

详细说明

方法文档

RenderCaptureReply requestCapture()

用于请求渲染捕捉。即使帧图有多个叶节点,每次 requestCapture 调用也只会产生一个渲染捕捉结果。函数会返回一个 QRenderCaptureReply 对象,该对象会在捕获完成后接收捕获的图像。用户负责重新分配返回的对象。


RenderCaptureReply requestCapture(Rect rect)

用于从指定的rect 请求呈现捕获。即使帧图有多个叶节点,每次 requestCapture 调用也只会产生一个呈现捕捉结果。函数会返回一个 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.