Sign in
dawn
/
dawn
/
94884fc11d3a42e398eb75972017aac6df3ac038
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.ir.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
()
{
}