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