Sign in
dawn
/
dawn
/
455e7105f5a430291bf5a530272b30503e41760d
/
.
/
test
/
tint
/
expressions
/
binary
/
div
/
scalar-scalar
/
f32.wgsl.expected.ir.dxc.hlsl
blob: 7a56037ebe54a1e0984c50c3b6e62de2d923a64b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
float
a
=
1.0f
;
float
b
=
2.0f
;
float
r
=
(
a
/
b
);
}