Sign in
dawn
/
dawn
/
e48ef8ef9070c319c0a3beb372076948c2131437
/
.
/
test
/
tint
/
statements
/
compound_assign
/
matrix
/
minus.wgsl.expected.msl
blob: 48aaec6683627f2aed7aefe1334536cb1610a8a8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
float4x4 a
;
};
void
foo
(
device S
*
const
tint_symbol
)
{
(*(
tint_symbol
)).
a
=
((*(
tint_symbol
)).
a
-
float4x4
(
float4
(
0.0f
),
float4
(
0.0f
),
float4
(
0.0f
),
float4
(
0.0f
)));
}