std140 implementation
This commit is contained in:
@@ -12,13 +12,14 @@ namespace zgl
|
||||
class shader_program_manager
|
||||
{
|
||||
public:
|
||||
using store_type = shader_manager::store_type;
|
||||
using metadata_type = shader_program_metadata;
|
||||
using data_type = shader_program_data;
|
||||
using handle_type = shader_program_handle;
|
||||
using entry_type = std::pair<metadata_type, data_type>;
|
||||
using entry_view_type = std::pair<metadata_type, handle_type>;
|
||||
|
||||
void process(const assets::data_stores& stores);
|
||||
void process(const store_type& shader_sources);
|
||||
|
||||
void get_handles(
|
||||
const assets::shader_source_store& shader_sources,
|
||||
|
||||
Reference in New Issue
Block a user