std140 implementation

This commit is contained in:
ZY4N
2025-03-27 19:47:32 +01:00
parent 70893c083b
commit 6f60cc11c8
45 changed files with 789 additions and 234 deletions

View File

@@ -20,7 +20,7 @@ public:
static constexpr std::size_t min_garbage_collection_count = 4;
void process(const assets::data_stores& stores);
void process(const store_type& meshes);
std::optional<entry_type> get_handle(store_id_type id);