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