blob: 8466651b4febad4be57af4608f162f49858eccfb [file] [log] [blame]
@fragment
fn main(@location(0) x : f32) {
loop {
continuing @diagnostic(warning, derivative_uniformity) {
_ = dpdx(1.0);
break if x > 0.0;
}
}
}