Sign in
dawn
/
dawn
/
refs/heads/chromium/5909
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4f32-vec4i32.wgsl.expected.dxc.hlsl
blob: 3b1c1c7be3361f1c6e264b10d97251002ff9c1c8 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float4 a
=
float4
(
2.003662109375f
,
-
513.03125f
,
-
1024.25f
,
0.00169684563297778368f
);
const
int4 b
=
asint
(
a
);
return
;
}