I have a basic understanding of Vertex Arrays, Vertex Buffer Objects and Shaders. However, I am not sure if I can reuse them or whether the association is bijective.
For example:
- Can I use the same Vertex Buffer Object in different Vertex Arrays?
- Can I use the same Vertex Array in different Shaders?