1 2 3 4 5
#[repr(C)] #[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)] pub struct WgslCounter { pub count: u32, }