Sign in
dawn
/
tint
/
b2bbb14bd4133f2e67cc54f21ad9702bfc2254b3
/
.
/
test
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.glsl
blob: 75f61267efe0ff11b6cb7095be02efe74572f299 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
struct
S
{
int
i
;
};
S V
=
S
(
0
);
void
main_1
()
{
V
.
i
=
5
;
return
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
tint_symbol
()
{
main_1
();
return
;
}
void
main
()
{
tint_symbol
();
}