Sign in
dawn
/
dawn
/
7efe4860c97b491c8bb2480ca4fcff3f8372cab9
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.fxc.hlsl
blob: 4025850136cd6434aca749719011592a8e0e6c83 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
void
main_1
()
{
int
i
=
0
;
const
int
x_15
=
V
.
i
;
i
=
x_15
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}