mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-27 16:34:05 +00:00
shader-rt: manual pipeline layout, fixing errors when bindings got DCE'd
This commit is contained in:
parent
5414f647cb
commit
cfa2238ef3
2 changed files with 37 additions and 7 deletions
|
@ -190,7 +190,7 @@ impl PerPixelAdjust {
|
|||
#wgpu_executor.shader_runtime.run_per_pixel_adjust(&::wgpu_executor::shader_runtime::Shaders {
|
||||
wgsl_shader: crate::WGSL_SHADER,
|
||||
fragment_shader_name: super::#entry_point_name,
|
||||
}, #gpu_image, &()).await
|
||||
}, #gpu_image, &1u32).await
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue