Sign in
dawn
/
dawn.git
/
0d9a1c7b4e86bb74e4c6dbf78bf0d1facf2bc5fa
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
struct.wgsl.expected.msl
blob: ac6283211fac344670d6f36c9d8514e3f74b303d [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S2
{
int
m
;
};
struct
S1
{
S2 m
;
};
fragment
void
f
()
{
S1 v
=
{};
}