Implement generic pipeline caching

This commit is contained in:
Timon
2026-06-14 23:20:35 +00:00
parent b1d8ac0e64
commit 78618d28a8
27 changed files with 581 additions and 431 deletions

View File

@@ -127,7 +127,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
// Get reference to wgpu executor and clone device handle
let wgpu_executor_ref = application_io_arc.gpu_executor().unwrap();
let device = wgpu_executor_ref.context.device.clone();
let device = wgpu_executor_ref.context().device.clone();
let preferences = EditorPreferences {
max_render_region_size: EditorPreferences::default().max_render_region_size,