Sign in
◑
Theme
dawn
/
dawn
/
refs/heads/chromium/6353
/
.
/
test
/
tint
/
expressions
/
type_conv
/
vec4
/
var
/
f16-f32.wgsl.expected.dxc.hlsl
blob: 46abc0044795f15370ca3d923f5676a0495ed24e [
file
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
vector
<
float16_t
,
4
>
u
=
(
float16_t
(
1.0h
)).
xxxx
;
void
f
()
{
float4 v
=
float4
(
u
);
}