Sign in
dawn
/
tint
/
d4d7153bade9192728a647467375d208eefec273
/
.
/
test
/
ptr_ref
/
store
/
local
/
struct_field.spvasm.expected.glsl
blob: 33c17b2b8ce5fee5275dc9a94b3c09b89b3dcd84 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
struct
S
{
int
i
;
};
void
main_1
()
{
S V
=
S
(
0
);
V
.
i
=
5
;
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
;
}