![Real-Time 3D Graphics with WebGL 2](https://wfqqreader-1252317822.image.myqcloud.com/cover/219/36699219/b_36699219.jpg)
上QQ阅读APP看书,第一时间看更新
Vertex Shader
The vertex shader is called on each vertex. The shader manipulates per-vertex data, such as vertex coordinates, normals, colors, and texture coordinates. This data is represented by attributes inside the vertex shader. Each attribute points to a VBO from where it reads vertex data.