Sign in
dawn
/
dawn
/
6a235972b207be3b9e6395d02aff71141562885b
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2f32-vec2u32.wgsl.expected.fxc.hlsl
blob: 686d91c7ef349600ce78a1d4e5596e95d8ea09f8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float2 a
=
float2
(
2.003662109375f
,
-
513.03125f
);
const
uint2 b
=
asuint
(
a
);
return
;
}