Sign in
dawn
/
dawn
/
aef595799dea1914e56e0b32910065b6df1d3777
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
f32-f32.wgsl.expected.msl
blob: 79da111a9ac5872d5d425b00fc9b8ebc60f72101 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float
const
a
=
2.003662109375f
;
float
const
b
=
as_type
<float>
(
a
);
return
;
}