diff --git a/src/main.cc b/src/main.cc index 07634d8..54359ec 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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