customizable watch

This commit is contained in:
galister
2024-02-05 19:54:39 +01:00
parent 0cf824388f
commit 95f587279c
8 changed files with 672 additions and 168 deletions

View File

@@ -201,7 +201,7 @@ impl ScreenPipeline {
let set0 = self
.pipeline
.uniform_sampler(0, mouse_view.clone(), Filter::Nearest);
.uniform_sampler(0, mouse_view.clone(), Filter::Linear);
let pass = self.pipeline.create_pass(
self.extentf,