Sign in
dawn
/
dawn
/
e856861fedf14ff9a480171e7ac69c78d11ae9ab
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2f32-vec2i32.wgsl.expected.fxc.hlsl
blob: 1897e4ed383ff9af4e15890e8f10405ce03d9001 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float2 a
=
float2
(
2.003662109375f
,
-
513.03125f
);
const
int2 b
=
asint
(
a
);
return
;
}