This commit is contained in:
ZY4N
2025-03-25 15:57:32 +01:00
parent a78be71e34
commit 70893c083b
24 changed files with 78 additions and 64 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "assets/data_stores.hpp"
#include "assets/data_stores/point_cloud_store.hpp"
#include "opengl/resource_management/resource_manager.hpp"
#include "opengl/handles/vertex_buffer_handle.hpp"
@@ -20,7 +21,7 @@ public:
static constexpr std::size_t min_garbage_collection_count = 4;
void process(store_type& store);
void process(const assets::data_stores& stores);
std::optional<entry_type> get_handle(store_id_type id);