Sign in
dawn
/
dawn
/
cf05e9289b482131e76143ce5835a71fe12f0f8d
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f32.wgsl.expected.dxc.hlsl
blob: 733835ba5fd4c1808416a073355ee68838d1e4cb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float
a
=
1.0f
;
const
float
b
=
2.0f
;
const
float
r
=
(
a
*
b
);
return
;
}