Sign in
dawn
/
dawn
/
68439bfe9ab50197f3727dfc0bdd878be609eefc
/
.
/
test
/
tint
/
statements
/
compound_assign
/
vector
/
shift_right.wgsl.expected.msl
blob: 03c625d9c55b04e5f57003c945ec161422b86336 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int4 a
;
};
void
foo
(
device S
*
const
tint_symbol
)
{
(*(
tint_symbol
)).
a
=
((*(
tint_symbol
)).
a
>>
uint4
(
2u
));
}