Sign in
dawn
/
dawn
/
d2a397bcafb722423f56c1517ac472ab81dd6dee
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec2u32-vec4f16.wgsl.expected.dxc.hlsl
blob: ebb0eaeea55541de25b2617d0ebe382d33b544ac [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
vector
<
float16_t
,
4
>
b
=
vector
<
float16_t
,
4
>(
float16_t
(
1.0h
),
float16_t
(
2.0h
),
float16_t
(
3.0h
),
float16_t
(-
4.0h
));
return
;
}