Obsolete Members for QRenderCapture
クラスQRenderCapture の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated) Qt3DRender::QRenderCaptureReply * | requestCapture(int captureId) |
メンバ関数ドキュメント
[deprecated]
Qt3DRender::QRenderCaptureReply *QRenderCapture::requestCapture(int captureId)
この関数は非推奨である。新しいコードでは使用しないことを強くお勧めします。
レンダーキャプチャーのリクエストに使用します。ユーザはリクエストを識別するためにcaptureId を指定できます。requestIdは一意である必要はありません。フレームグラフに複数のリーフノードがある場合でも、requestCapture 呼び出しごとに生成されるレンダーキャプチャ結果は 1 つだけです。この関数は、QRenderCaptureReply オブジェクトを返します。このオブジェクトは、キャプチャが完了したときにキャプチャされた画像を受け取ります。返されたオブジェクトをdeleteLater() を呼び出して解放するのはユーザーの責任です。
© 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.