Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2i32-vec2f32.wgsl.expected.ir.dxc.hlsl
blob: 94d3c7660d34de4238a723aa4426c4bc70a81ffb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int2 a
=
int2
(
1073757184
,
-
1006616064
);
float2 b
=
asfloat
(
a
);
}