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