Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-scalar
/
f32.wgsl.expected.msl
blob: 18b64e6d3fae60173ff1510fe71daa9fbfca2bb2 [
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
=
(
1.0f
+
2.0f
);
return
;
}