Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4i32-vec4f32.wgsl.expected.dxc.hlsl
blob: 1f18d8c032184e363cb17d7640487fa70307bf1e [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int4 a
=
int4
(
1073757184
,
-
1006616064
,
-
998242304
,
987654321
);
const
float4 b
=
asfloat
(
a
);
return
;
}