Sign in
dawn
/
dawn
/
34a2d6574f5cac23a470da7d6496153cfacb09ed
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct_with_vector.wgsl.expected.ir.fxc.hlsl
blob: ca4c2450a6a1d7d75b516932f44de5c55266df9a [
file
] [
log
] [
blame
]
struct
S
{
int
m
;
uint3 n
;
};
uint
f
()
{
S a
=
(
S
)
0
;
return
a
.
n
[
int
(
2
)];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}