Sign in
dawn
/
dawn
/
7f3cb94be0b3a948ea54338c54a0227fce6378ad
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.glsl
blob: 8193a8848f0dd47cf13171b8bcca294fcf8de264 [
file
] [
log
] [
blame
]
#version 310 es
struct
modf_result_f32
{
float
member_0
;
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
()
{
}