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