Sign in
dawn
/
tint
/
d1efb5d48cae18c4f051eb1a8bea0a59e13c9761
/
.
/
test
/
expressions
/
bitcast
/
scalar
/
i32-f32.wgsl.expected.glsl
blob: 7f8a6e51666ed1402eace3d052612c6d70d0b95d [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
f
()
{
float
b
=
intBitsToFloat
(
1
);
return
;
}
void
main
()
{
f
();
}