Sign in
dawn
/
dawn
/
7143450998c72258f994acea688164f2fa1ff3eb
/
.
/
test
/
tint
/
expressions
/
bitcast
/
scalar
/
f32-i32.wgsl
blob: 40d370f7dc8519cd4401e0f9ba639674e13a87ab [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
let
a
:
f32
=
1.
;
let
b
:
i32
=
bitcast
<i32>
(
a
);
}