Sign in
dawn
/
dawn
/
2f6b9b59f51e2f964e1fc639aadd97b8b7b6167f
/
.
/
test
/
tint
/
expressions
/
index
/
var
/
struct_with_vector.wgsl.expected.ir.msl
blob: 831fd6bccae3a40409745cebd27149639d9ab7db [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
m
;
uint3 n
;
};
uint
f
()
{
S a
=
S
{};
return
a
.
n
[
2u
];
}