4J-company / mr-graphics

Fast* parallel** vulkan.hpp renderer***
4 stars 0 forks source link

Change std::vector to std::span #26

Open mitya-y opened 5 months ago

dantibel commented 5 months ago

Unable to replace std::vector<std::vector<...>> due to lack of <mdspan> on GCC. All vectors are passed by references for now.