mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
comment typo
Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
This commit is contained in:
parent
1e8d194b6a
commit
1f7ba765e9
|
@ -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)]
|
#[repr(C)]
|
||||||
#[derive(Clone, Copy, Debug, Default, Zeroable, Pod)]
|
#[derive(Clone, Copy, Debug, Default, Zeroable, Pod)]
|
||||||
struct BumpAllocators {
|
struct BumpAllocators {
|
||||||
|
|
Loading…
Reference in a new issue