3#include "IndexBuffer.h"
4#include "VertexBuffer.h"
5#include "VertexBufferLayout.h"
17 unsigned int m_RendererID;
23 static Ref<VertexArray> Create();
Manages the IndexBuffer. For more information on IndexBuffers, visit https://learnopengl....
A class for the VertexArray.
A class for the VertexBuffer.