also: バーテックスシェーダー
noun
vertex shader
A programmable stage in a graphics pipeline that processes vertex data, used in 3D rendering.
バーテックスシェーダは頂点の座標変換を行う。
The vertex shader performs coordinate transformation of vertices.
このゲームエンジンでは、バーテックスシェーダをカスタマイズできる。
In this game engine, you can customize the vertex shader.