Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
expressions
/
binary
/
div
/
scalar-scalar
/
f32.wgsl.expected.ir.msl
blob: 1d65596204c15aec283a5f063c4a8f85cdbb66df [
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
);
}