Started refactor to lazily compilable shaders.
This commit is contained in:
@@ -24,7 +24,7 @@ struct glsl_loader
|
||||
dynamic_shader_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
};
|
||||
@@ -26,7 +26,7 @@ struct kitti_loader
|
||||
dynamic_point_cloud_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ struct kitti_pose_loader
|
||||
dynamic_pose_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ struct mtl_loader
|
||||
dynamic_material_library_buffer& material_library_buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ struct obj_loader {
|
||||
dynamic_mesh_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
|
||||
@@ -76,7 +76,7 @@ protected:
|
||||
std::set<indexed_vertex_type>& vertex_ids,
|
||||
std::ifstream& in,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic
|
||||
);
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ struct stl_loader {
|
||||
dynamic_mesh_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ struct threedtk_pose_loader
|
||||
dynamic_pose_buffer& buffer,
|
||||
const file_dir_list& paths,
|
||||
prefetch_lookup& id_lookup,
|
||||
dynamic_data_store& store,
|
||||
dynamic_shader_source_store& store,
|
||||
bool pedantic = false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user