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

@@ -25,9 +25,9 @@ struct prioritized_metadata_comparator
};
void zgl::shader_program_manager::process(
const assets::shader_source_store& shader_sources
const assets::data_stores& stores
) {
m_shader_manager.preprocess(shader_sources);
m_shader_manager.preprocess(stores);
}
void zgl::shader_program_manager::get_handles(