Sign in
dawn
/
dawn
/
6685fff40671ecf3ccef6cc12f1fe59de4459913
/
.
/
test
/
tint
/
statements
/
compound_assign
/
vector
/
plus-scalar.wgsl.expected.ir.msl
blob: 1914d7d706858b3b48457d91af42a4665d56dd6a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
float4 a
;
};
struct
tint_module_vars_struct
{
device S
*
v
;
};
void
foo
(
tint_module_vars_struct tint_module_vars
)
{
(*
tint_module_vars
.
v
).
a
=
((*
tint_module_vars
.
v
).
a
+
2.0f
);
}