Rename load_pipelines by load_pending_pipelines

This commit is contained in:
Florian RICHER 2025-06-09 21:21:55 +02:00
parent 1f7bfd142c
commit fc81f65a27
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ impl PipelineLoader {
Ok(())
}
pub fn load_pipelines(&self) -> Result<(), Box<dyn Error>> {
pub fn load_pending_pipelines(&self) -> Result<(), Box<dyn Error>> {
let iter = self
.pipelines_name
.iter()

View file

@ -62,7 +62,7 @@ impl Scene for MainScene {
depth_image_view.format(),
);
pipeline_loader.register::<SimplePipeline>()?;
pipeline_loader.load_pipelines()?;
pipeline_loader.load_pending_pipelines()?;
let mut texture_loader = TextureLoader::new(app_context);
texture_loader.add_texture(