From 28f3d71ff75b54b6ea42201a41788b90081ee8e8 Mon Sep 17 00:00:00 2001 From: Abdelrahman <said.abdelrahman89@gmail.com> Date: Sun, 22 Sep 2024 20:24:00 +0100 Subject: [PATCH] Fix VAO comment --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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