Introduce Pipeline trait in wgpu::primitive

Co-authored-by: roguetechh <roguedotllc@gmail.com>
This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 09:36:25 +01:00
parent a4829306cb
commit e937bf2bac
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 61 additions and 44 deletions

View file

@ -149,8 +149,8 @@ impl Renderer {
self.triangle.trim();
self.text.trim();
// TODO: Move to runtime!
self.engine.text_pipeline.trim();
// TODO: Provide window id (?)
self.engine.trim();
#[cfg(any(feature = "svg", feature = "image"))]
{