DispatchCompute QML Type

GPU上のコンピュートシェーダーのための作業を発行するFrameGraphノード。詳細...

Import Statement: import Qt3D.Render 2.8
In C++: QDispatchCompute
Inherits:

FrameGraphNode

Status: Deprecated

プロパティ

詳細説明

DispatchCompute は、GPU 上でコンピュートシェーダを実行するためのワーク を発行します。workGroupXworkGroupYworkGroupZ プロパティは、コンピュートシェーダー呼び出しのためのワークグループサイズを指定します。ComputeCommand コンポーネントをエンティティに追加して、コンピュート呼び出しのためにエンティティからマテリアルとジオメトリを選択するように Qt3D に指示する必要があります。シェーダー呼び出しのためのワークグループサイズは、DispatchCompute およびComputeCommand で指定されたワークグループサイズの最大値になります。

プロパティ ドキュメント

workGroupX : int

X ワークグループサイズを指定します。


workGroupY : int

Y ワークグループサイズを指定します。


workGroupZ : int

Z ワークグループサイズを指定します。


© 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.