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