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