Skip to content

Commit

Permalink
Change width
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jun 13, 2023
1 parent fa9332d commit 91e9625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl<'a> State<'a> {

surface.configure(&device, &config);

let cells_width = 256;
let cells_width = 1024;

let size_array = [cells_width as u32, cells_width as u32];
let size_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor {
Expand Down

0 comments on commit 91e9625

Please sign in to comment.