Sign in
dawn
/
dawn
/
aef595799dea1914e56e0b32910065b6df1d3777
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
f32-u32.wgsl
blob: 8f9a7d2415479fdfb827cc0d2cec4645e09eb341 [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
let
a
:
f32
=
f32
(
2.003662109375f
);
let
b
:
u32
=
bitcast
<u32>
(
a
);
}