Sign in
dawn
/
dawn
/
f2ad5fd260505911d3cd51bafc9142b7ee9baecb
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
plus.wgsl.expected.msl
blob: 2b9a24596abb7f2d989bc5eac3a3922b0c6b7c36 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int
a
;
};
void
foo
(
device S
*
const
tint_symbol
)
{
(*(
tint_symbol
)).
a
=
as_type
<int>
((
as_type
<uint>
((*(
tint_symbol
)).
a
)
+
as_type
<uint>
(
2
)));
}