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

@@ -4,9 +4,9 @@
#include "opengl/error.hpp"
#include "opengl/type_utils.hpp"
void zgl::mesh_index_buffer_manager::process(store_type& store)
void zgl::mesh_index_buffer_manager::process(const assets::data_stores& stores)
{
for (const auto& [ id, mesh ] : store)
for (const auto& [ id, mesh ] : stores.meshes)
{
if (not m_resource_manager.has_resource(id))
{