#include #include "glad/glad.h" #include "Buffers.h" namespace NB::BufferBindingTracker { std::map _bound_buffers{}; }