Sign in
dawn
/
dawn
/
87eadbb3c589eac0ad07cefe81d2ae99894a6f33
/
.
/
test
/
tint
/
diagnostic_filtering
/
loop_continuing_attribute.wgsl
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
;
}
}
}