Sign in
dawn
/
dawn
/
aef595799dea1914e56e0b32910065b6df1d3777
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f32.wgsl.expected.ir.msl
blob: 07d3f2477a9529885695b2fe1d60bcc87dcf5c27 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float
const
a
=
1.0f
;
float
const
b
=
2.0f
;
float
const
r
=
(
a
*
b
);
}