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