mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add cfg features wgsl-in and wgsl-out to spv atomic upgrade test. Fixes #5816
This commit is contained in:
committed by
Jim Blandy
parent
702c8cb693
commit
e78c33b309
@@ -5686,6 +5686,7 @@ mod test {
|
||||
let _ = super::parse_u8_slice(&bin, &Default::default()).unwrap();
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "wgsl-in", feature = "wgsl-out"))]
|
||||
#[test]
|
||||
fn atomic_i_inc() {
|
||||
let _ = env_logger::builder()
|
||||
|
||||
Reference in New Issue
Block a user