aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-10 23:04:40 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-10 23:04:40 -0500
commitfef4585b5f5d5ef74bc57bfae2e9bbb1f50a4889 (patch)
treeb811964f94ef6ff26da4c1ae1a987615ea747a34 /src
parent091db43227592d660641c486a0ef742b12f729e5 (diff)
Upgrade to Bevy 0.15v0.3.0
Diffstat (limited to 'src')
-rw-r--r--src/resources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.rs b/src/resources.rs
index 6dab3ee..df50f61 100644
--- a/src/resources.rs
+++ b/src/resources.rs
@@ -10,7 +10,6 @@ use bevy::{
TextureFormat, TextureSampleType,
},
renderer::RenderDevice,
- texture::BevyDefault,
},
};
@@ -67,6 +66,7 @@ impl FromWorld for DitherPostProcessPipeline {
write_mask: ColorWrites::ALL,
})],
}),
+ zero_initialize_workgroup_memory: false,
});
Self {