Fix VAO comment
This commit is contained in:
parent
e9f6f59678
commit
28f3d71ff7
@ -32,8 +32,8 @@ struct App {
|
|||||||
SDL_Event event;
|
SDL_Event event;
|
||||||
|
|
||||||
// Defines the different attributes in the vertex data and how to access them.
|
// 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
|
// Think of it as a specification or a C struct that defines the types of data stored for the
|
||||||
// vertex.
|
// vertex array including the attributes for each vertex as well the indices buffer if it exists.
|
||||||
GLuint vao;
|
GLuint vao;
|
||||||
|
|
||||||
// The buffer that contains all the vertex data
|
// The buffer that contains all the vertex data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user