comment typo

Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
This commit is contained in:
Chad Brokaw 2023-01-17 22:48:11 -05:00 committed by GitHub
parent 1e8d194b6a
commit 1f7ba765e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {