Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
16bit
/
f16-f16.wgsl.expected.glsl
blob: 7053c7df0b4b367fb15ee20ff507b52b040af3e6 [
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
b
=
1.0hf
;
}