Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
expressions
/
bitcast
/
vector
/
f32-f32.wgsl.expected.hlsl
blob: e6ce40345d74e7fd69650ae073d4f93b3268e43d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float3 a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float3 b
=
asfloat
(
a
);
return
;
}