Sign in
dawn
/
dawn
/
91ed6f7289a4a5f070538facc6e3445ad16b2810
/
.
/
test
/
tint
/
statements
/
compound_assign
/
vector
/
plus-scalar.wgsl.expected.msl
blob: 729610918f3c611e42f276c75e7397d9f5541b12 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
float4 a
;
};
void
foo
(
device S
*
const
tint_symbol
)
{
(*(
tint_symbol
)).
a
=
((*(
tint_symbol
)).
a
+
2.0f
);
}