Sign in
dawn
/
tint
/
fe3ba95e6a469a4f7ddf3c58c4bdabc1e4f94362
/
.
/
test
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.msl
blob: 451a322e55b2f71567e624931f9afa4db17c93bb [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
void
main_1
(
thread S
*
const
tint_symbol_1
)
{
(*(
tint_symbol_1
)).
i
=
5
;
return
;
}
kernel
void
tint_symbol
()
{
thread S tint_symbol_2
=
{};
main_1
(&(
tint_symbol_2
));
return
;
}