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