Fix VAO comment

This commit is contained in:
Abdelrahman Said 2024-09-22 20:24:00 +01:00
parent e9f6f59678
commit 28f3d71ff7

View File

@ -32,8 +32,8 @@ struct App {
SDL_Event event;
// Defines the different attributes in the vertex data and how to access them.
// Think of it as a specification or a C struct that defines the types of data stored for each
// vertex.
// Think of it as a specification or a C struct that defines the types of data stored for the
// vertex array including the attributes for each vertex as well the indices buffer if it exists.
GLuint vao;
// The buffer that contains all the vertex data