Sign in
dawn
/
dawn
/
2fc56a1c637925f76c6f40604283d33f6cf5018c
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.glsl
blob: a735c2b5fbc5beab0b515870559256bc5e70a69d [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
int
i
;
};
S V
=
S
(
0
);
void
main_1
()
{
int
i
=
0
;
int
x_15
=
V
.
i
;
i
=
x_15
;
return
;
}
void
tint_symbol
()
{
main_1
();
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}