Sign in
dawn
/
dawn
/
5d26a4c1f30bd02374ed2a17b82d1750ae38f85c
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
struct.wgsl.expected.msl
blob: bdc2a663eb929d7ecded0d4b26f5162441796d88 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
struct
tint_module_vars_struct
{
thread S
*
v
;
};
kernel
void
v_1
()
{
thread S v
=
{};
tint_module_vars_struct
const
tint_module_vars
=
tint_module_vars_struct
{.
v
=(&
v
)};
}