Sign in
dawn
/
dawn
/
3ed8b4e31d104e23e578069887bbbd7e966ca1d0
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
and.wgsl.expected.msl
blob: 4ab55e2e82e1425d27439b7fdbf9c7d957fffe95 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int
a
;
};
void
foo
(
device S
*
const
tint_symbol
)
{
(*(
tint_symbol
)).
a
=
((*(
tint_symbol
)).
a
&
2
);
}