Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.ir.msl
blob: 3235df3cfc5138aad0123badc03016e2a6aacfeb [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
modf_result_f32
{
float
fract
;
float
whole
;
};
void
foo
()
{
modf_result_f32
const
s1
=
modf_result_f32
{};
}