Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、頂点シェーダーは頂点ごとに実行され、フラグメントシェーダーはフラグメントごとに実行されます(右?)。
ジオメトリシェーダーは何回実行されますか?
頂点シェーダーが構成する頂点を変換した後、プリミティブ(三角形、線、または点)ごとに1回実行されます。