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