mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
chore(dx12): satisfy clippy::manual_bits
This commit is contained in:
parent
e323817425
commit
e1c0aed520
@ -621,7 +621,7 @@ struct PassState {
|
||||
|
||||
#[test]
|
||||
fn test_dirty_mask() {
|
||||
assert_eq!(MAX_ROOT_ELEMENTS, mem::size_of::<u64>() * 8);
|
||||
assert_eq!(MAX_ROOT_ELEMENTS, u64::BITS as usize);
|
||||
}
|
||||
|
||||
impl PassState {
|
||||
|
Loading…
Reference in New Issue
Block a user