Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
16bit
/
f16-f16.wgsl.expected.glsl
blob: 150880eaf701d90cedac8c2717f42658f8e848dd [
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
main
()
{
float16_t
a
=
1.0hf
;
float16_t
b
=
a
;
}