Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.glsl
blob: 44af1af46c0f24007a7109b8ba97d9182d5b01f6 [
file
] [
log
] [
blame
]
#version 310 es
struct
modf_result_f32
{
float
fract
;
float
whole
;
};
void
foo
()
{
modf_result_f32 s1
=
modf_result_f32
(
0.0f
,
0.0f
);
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}