Sign in
dawn
/
dawn
/
e3834c47604ebccf4337604612eec1f51411a7bb
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
times.wgsl.expected.msl
blob: b3da0156070177af3782a274340a6788968aae9e [
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
)));
}