Sign in
dawn
/
dawn
/
7d8ee4a956fb4acf14b7b8a233cf2808a72834d6
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
32bit
/
i32-vec2f16.wgsl.expected.dxc.hlsl
blob: 3c1e8f5430fa4e6d7d704da4d3b995568f293b0d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
vector
<
float16_t
,
2
>
b
=
vector
<
float16_t
,
2
>(
float16_t
(
1.0h
),
float16_t
(
2.0h
));
return
;
}