Page dedicated to knowledge related to rasterizing.

Player controller

Vertex array object VAO and vertex buffer object VBO

Vertex buffer object stores data, such as int. It needs to know what is the size of a single data and how many occurences of them it should store.

Vertex array object links a VBO and the logic to read the data from it.

vao-vb-relationship