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