Sign in
dawn
/
dawn
/
refs/heads/chromium/5909
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
vec4
/
explicit
/
f16.wgsl.expected.dxc.hlsl
blob: 4e0eda795199c0452d4f4bb0e95043fd61046c27 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
vector
<
float16_t
,
4
>
v
=
vector
<
float16_t
,
4
>(
float16_t
(
0.0h
),
float16_t
(
1.0h
),
float16_t
(
2.0h
),
float16_t
(
3.0h
));