QSSGFrameData Class
フレームに対して収集されたデータを含むストレージクラス。詳細...
Header: | #include <QSSGFrameData> |
Since: | Qt 6.7 |
パブリック関数
QSSGCameraId | activeCamera() const |
QSSGRhiGraphicsPipelineState | getPipelineState() const |
QSSGFrameData::Result | getRenderResult(QSSGFrameData::RenderResult id) const |
メンバー関数ドキュメント
QSSGCameraId QSSGFrameData::activeCamera() const
シーンのアクティブカメラ、または見つからない場合はNULLを返します。
QSSGRhiGraphicsPipelineState QSSGFrameData::getPipelineState() const
このフレームのベースパイプラインの状態を返します。
QSSGFrameData::Result QSSGFrameData::getRenderResult(QSSGFrameData::RenderResult id) const
idマッチするid が見つからなかった場合はnullptr
からレンダリング可能なテクスチャの結果を返します。
注意: この関数が NULL ではない結果を返しても、テクスチャへのパスレンダリングが実行されていない限り、返された QSSGRhiRenderableTexture は準備できていない可能性があります。
Note: 返される値は、現在のフレーム内でのみ有効です。新しいフレームごとにレンダラブルはリセットされるため、再度問い合わせる必要があります。
© 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.