std140 implementation
This commit is contained in:
@@ -24,10 +24,9 @@ struct prioritized_metadata_comparator
|
||||
}
|
||||
};
|
||||
|
||||
void zgl::shader_program_manager::process(
|
||||
const assets::data_stores& stores
|
||||
) {
|
||||
m_shader_manager.preprocess(stores);
|
||||
void zgl::shader_program_manager::process(const store_type& shader_sources)
|
||||
{
|
||||
m_shader_manager.process(shader_sources);
|
||||
}
|
||||
|
||||
void zgl::shader_program_manager::get_handles(
|
||||
|
||||
Reference in New Issue
Block a user