Sign in
dawn
/
dawn
/
deb2ec978575c5ead0ceeeb20b216a2c51c99578
/
.
/
test
/
tint
/
expressions
/
bitcast
/
vector
/
f32-f32.wgsl.expected.dxc.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
;
}