fix example !

This commit is contained in:
Jérôme Bousquié
2026-07-07 10:16:05 +02:00
parent 2731700098
commit e9a75182ee
4 changed files with 57 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ impl PipelineCache {
if self.shader_paths.remove(id).is_none() {
return Err(format!("ID '{}' does not exist.", id));
}
// Remove cached pipeline so GPU memory is freed (wgpu drops it automatically)
// Remove cached pipeline so GPU memory is freed (wgpu drops it automatically)
Ok(id.to_string())
}