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