Sign in
dawn
/
dawn
/
bfd151d2e6977cc3bcfcd1f2e8fd755a0dcb281a
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
vector.wgsl.expected.msl
blob: 08697b0ee9de816ec3884b0318817d2be5078ad2 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_module_vars_struct
{
thread int3
*
v
;
};
kernel
void
v_1
()
{
thread int3 v
=
0
;
tint_module_vars_struct
const
tint_module_vars
=
tint_module_vars_struct
{.
v
=(&
v
)};
}