3#include "common/types/SmartPointers.h"
4#include "common/types/Types.h"
16 unsigned int m_RendererID;
24 static Ref<IndexBuffer> Create(Vector<unsigned int>& indices);
30 inline unsigned int GetCount()
const {
return m_Count; }
Manages the IndexBuffer. For more information on IndexBuffers, visit https://learnopengl....