Sign in
dawn
/
dawn
/
aff1656a762cb303715a3be72e58911df5c6a0f4
/
.
/
test
/
tint
/
expressions
/
splat
/
with_swizzle
/
f16.wgsl.expected.glsl
blob: d5216efae5760f9f07a5e369ae8796bf06cc30a3 [
file
] [
log
] [
blame
]
#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
unused_entry_point
()
{
return
;
}
void
f
()
{
float16_t
a
=
1.0hf
;
float16_t
b
=
1.0hf
;
float16_t
c
=
1.0hf
;
}