Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
test
/
tint
/
expressions
/
bitcast
/
scalar
/
f32-f32.wgsl.expected.msl
blob: 0acca82626f56f23473e7f5720fa7850a4cf1572 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float
const
a
=
1.0f
;
float
const
b
=
as_type
<float>
(
1.0f
);
return
;
}