rubbish
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user