Sign in
dawn
/
dawn
/
0ce9ab042ef5896b57833dd73dfa19fc94973b13
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.glsl
blob: d2dcda27d03bc78508a30734143c6282d68087f8 [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
int
i
;
};
void
main_1
()
{
int
i
=
0
;
S V
=
S
(
0
);
int
x_14
=
V
.
i
;
i
=
x_14
;
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
;
}