Sign in
dawn
/
dawn
/
a35bac7ac6186eefd258ec15b4d29945485d0352
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3f32-vec3u32.wgsl.expected.fxc.hlsl
blob: c49c7ad03536747e11f1bd925898ee1490f4cbd7 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
float3 a
=
float3
(
2.003662109375f
,
-
513.03125f
,
-
1024.25f
);
uint3 b
=
asuint
(
a
);
return
;
}