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

@@ -77,11 +77,11 @@ private:
void zgl::shader_source_manager::process(
const assets::shader_source_store& shader_sources
const assets::data_stores& stores
) {
namespace language = shading::shader_metadata_language;
for (const auto& [ id, shader_source ] : shader_sources)
for (const auto& [ id, shader_source ] : stores.shader_sources)
{
m_value_token_buffer.clear();
m_declaration_token_count_buffer.clear();