Sign in
dawn
/
dawn
/
e79bbabd43d1870d5e20a01c82855f3d7b623b36
/
.
/
test
/
tint
/
expressions
/
index
/
var
/
struct_with_matrix.wgsl.expected.ir.msl
blob: 0c60c32a6f35626c3e7d2ccc730980f08c340793 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
m
;
float4x4 n
;
};
float
f
()
{
S a
=
S
{};
return
a
.
n
[
2
][
1
];
}