Sign in
dawn
/
tint
/
refs/heads/chromium/4857
/
.
/
test
/
expressions
/
binary
/
div_by_zero
/
by_identifier
/
scalar-scalar
/
f32.wgsl.expected.hlsl
blob: 47c924ed1f79ea3e96ecb3b8308be7e20fd49449 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
float
a
=
1.0f
;
float
b
=
0.0f
;
const
float
r
=
(
a
/
b
);
return
;
}