Sign in
dawn
/
dawn
/
1d948c6e10c162080c482cff184b8c13309bf2dc
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.ir.msl
blob: 92e2505c32e5f4c4aeaa93a46a67d27500220d79 [
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
{};
}