mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-11 22:08:29 +00:00
Align compute shader params
This commit is contained in:
parent
0401b6076f
commit
85034a6dda
@ -1,6 +1,7 @@
|
||||
use bevy::prelude::*;
|
||||
use bevy_easy_compute::prelude::*;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(ShaderType, Clone, Copy)]
|
||||
pub struct NoiseParams {
|
||||
pub frequency: f32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user