From 1f7ba765e993c49a777a07b0fa3d5e95f00099ef Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Tue, 17 Jan 2023 22:48:11 -0500 Subject: [PATCH] comment typo Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- src/render.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render.rs b/src/render.rs index dec2571..9ddbaca 100644 --- a/src/render.rs +++ b/src/render.rs @@ -56,7 +56,7 @@ pub const fn next_multiple_of(val: u32, rhs: u32) -> u32 { } } -// This must be kept in sync with the struct in shaders/shared/bump.wgsl +// This must be kept in sync with the struct in shader/shared/bump.wgsl #[repr(C)] #[derive(Clone, Copy, Debug, Default, Zeroable, Pod)] struct BumpAllocators {