Sorry I am a newbie
For one's intuition, we should first talk about vertex buffer and index buffer, then storage buffer, and finally the uniform buffer. This is because vertex buffers are the simplest one. Then may followed by "globally available" storage buffers, and finally special storage buffer: uniform buffers.
Now the order is very strange, after reading those buffers, I am very confused, and even went to look up why we need vertex buffers when we have uniform buffers - I don't understand why this ordered?
Sorry I am a newbie
For one's intuition, we should first talk about
vertex bufferandindex buffer, thenstorage buffer, and finally theuniform buffer. This is because vertex buffers are the simplest one. Then may followed by "globally available" storage buffers, and finally special storage buffer: uniform buffers.Now the order is very strange, after reading those buffers, I am very confused, and even went to look up why we need vertex buffers when we have uniform buffers - I don't understand why this ordered?