aboutsummaryrefslogtreecommitdiff
path: root/src/resources.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 12:23:45 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 12:23:45 -0500
commit48382cc39b73b6c3317637c77862a725de310ce1 (patch)
tree0a9b90c185a31c79a8451ce89b7f51b26d858582 /src/resources.rs
parent68c0010bd44276544469e4ee6487076067f11f80 (diff)
Thu Nov 21 12:23:45 PM EST 2024 (Introduced Defferred Rendering/Shading Threshold)
Diffstat (limited to 'src/resources.rs')
-rw-r--r--src/resources.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources.rs b/src/resources.rs
index 24aeeec..ac39b8a 100644
--- a/src/resources.rs
+++ b/src/resources.rs
@@ -37,6 +37,7 @@ impl FromWorld for OutlinePostProcessPipeline {
sampler(SamplerBindingType::Filtering),
texture_2d(TextureSampleType::Float { filterable: true }),
sampler(SamplerBindingType::Filtering),
+ texture_2d(TextureSampleType::Uint),
uniform_buffer::<components::OutlinePostProcessSettings>(false),
),
),