Sign in
dawn
/
dawn
/
34a2d6574f5cac23a470da7d6496153cfacb09ed
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct_nested_struct.wgsl.expected.ir.dxc.hlsl
blob: a41a3bee7402dfe4b41d1acec4d33f20b0188cc3 [
file
] [
log
] [
blame
]
struct
T
{
float
o
;
uint
p
;
};
struct
S
{
int
m
;
T n
;
};
uint
f
()
{
S a
=
(
S
)
0
;
return
a
.
n
.
p
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}