Sign in
dawn
/
dawn
/
460f09266fb915eb3e1b40cc54bf9276933cb888
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.msl
blob: 3433613b8936f804d78c518583f1901ecb28d67e [
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
{};
}