Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
f16.wgsl.expected.glsl
blob: dd252f2135613fc152c4d31334a298aca562bfa4 [
file
] [
log
] [
blame
]
#version 310 es
#extension GL_AMD_gpu_shader_half_float: require
void
f
()
{
float16_t
v
[
4
]
=
float16_t
[
4
](
0.0hf
,
0.0hf
,
0.0hf
,
0.0hf
);
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}