RenderCapture QML Type
キャプチャ・レンダリング詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QRenderCapture |
Inherits: | |
Status: | Deprecated |
メソッド
- RenderCaptureReply requestCapture()
- RenderCaptureReply requestCapture(Rect rect)
詳細説明
メソッドの説明
RenderCaptureReply requestCapture() |
レンダーキャプチャーのリクエストに使用します。フレームグラフに複数のリーフノードがある場合でも、1つのrequestCapture呼び出しにつき1つのレンダーキャプチャ結果のみが生成されます。この関数はQRenderCaptureReplyオブジェクトを返します。返されたオブジェクトを解放するのはユーザの責任です。
RenderCaptureReply requestCapture(Rect rect) |
指定されたrect からレンダーキャプチャを要求するために使用されます。フレームグラフに複数のリーフノードがある場合でも、1回の requestCapture 呼び出しで生成されるレンダーキャプチャ結果は1つだけです。この関数は、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.