RenderCapture QML Type
Capture rendering. More...
Instantiates: | QRenderCapture |
Methods
- RenderCaptureReply requestCapture(int captureId)
- RenderCaptureReply requestCapture()
- RenderCaptureReply requestCapture(Rect rect)
Detailed Description
\inherits
FrameGraphNode \inqmlmodule
Qt3D.Render \since
5.8
Method Documentation
RenderCaptureReply requestCapture(int captureId) |
\deprecated
Used to request render capture. User can specify a captureId to identify the request. The requestId does not have to be unique. Only one render capture result is produced per requestCapture call even if the frame graph has multiple leaf nodes. The function returns a QRenderCaptureReply object, which receives the captured image when it is done. The user is responsible for deallocating the returned object.
RenderCaptureReply requestCapture() |
Used to request render capture. Only one render capture result is produced per requestCapture call even if the frame graph has multiple leaf nodes. The function returns a QRenderCaptureReply object, which receives the captured image when it is done. The user is responsible for deallocating the returned object.
RenderCaptureReply requestCapture(Rect rect) |
Used to request render capture from a specified rect. Only one render capture result is produced per requestCapture call even if the frame graph has multiple leaf nodes. The function returns a QRenderCaptureReply object, which receives the captured image when it is done. The user is responsible for deallocating the returned object.