Sign in
dawn
/
dawn
/
61d4d888818dfcc979e56e59597db9ca7238ae82
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
struct.wgsl.expected.ir.msl
blob: 55b3453871e8303e9024560d3a7cf06e44512819 [
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
tint_symbol
()
{
thread S v
=
{};
tint_module_vars_struct
const
tint_module_vars
=
{.
v
=(&
v
)};
}