メインメニューを開く

差分

フェンス

12 バイト除去, 2024年3月10日 (日)
編集の要約なし
gpu.addTask(renderTask, fence);
gpu.addTask(computeTask, null);
gpu.waitForFence(fence); // task1とtask2の両方が終わるのを待つrenderTaskが終わるのを待つ
</source>
[[category: GPU]]