MOS
array_buffers.hpp
1 #pragma once
2 
3 #include <mos/gl/buffer.hpp>
4 
5 namespace mos::gl {
6 
7 using Array_buffers = std::unordered_map<unsigned int, Buffer>;
8 
9 }
Definition: array_buffers.hpp:5