diff --git a/client/src/plugins/environment/systems/voxels/noise_compute.rs b/client/src/plugins/environment/systems/voxels/noise_compute.rs index 4b3f570..eb8abb2 100644 --- a/client/src/plugins/environment/systems/voxels/noise_compute.rs +++ b/client/src/plugins/environment/systems/voxels/noise_compute.rs @@ -1,6 +1,7 @@ use bevy::prelude::*; use bevy_easy_compute::prelude::*; +#[repr(C)] #[derive(ShaderType, Clone, Copy)] pub struct NoiseParams { pub frequency: f32,