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