Sign in
dawn
/
dawn
/
0f74a3af4075b1f4eb2acf0cc0578e220d1e3fa7
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.wgsl.expected.msl
blob: 9725b5471007563afe80c45738eca85f7e640f12 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_private_vars_struct
{
int
I
;
};
kernel
void
tint_symbol
()
{
thread tint_private_vars_struct tint_private_vars
=
{};
tint_private_vars
.
I
=
123
;
tint_private_vars
.
I
=
123
;
return
;
}