MOS
spot_lights.hpp
1 #include <array>
2 #include <mos/gfx/spot_light.hpp>
3 
4 namespace mos::gfx {
5 
7 using Spot_lights = std::array<Spot_light, 4>;
8 
9 } // namespace mos::gfx
Definition: assets.hpp:17