Sign in
dawn
/
dawn
/
e4c1820001fcb6c457651bfbf301993173598e0e
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct_with_vector.wgsl.expected.ir.msl
blob: cf345ee9e01fda43ce411a3937f176db3f3a0327 [
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
];
}