Made assets::data_stores thread safe.
This commit is contained in:
@@ -18,6 +18,8 @@ struct shader_source_data
|
||||
shader_components::flags components{};
|
||||
shader_components::flags static_enable{};
|
||||
shader_components::flags dynamic_enable{};
|
||||
|
||||
bool operator==(const metadata& meta) const = default;
|
||||
} meta;
|
||||
|
||||
void clear()
|
||||
|
||||
Reference in New Issue
Block a user