Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.ir.glsl
blob: 8e9ad352be05e328e7e948bf6c0823eaed81047b [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
int
i
;
};
S V
=
S
(
0
);
void
main_1
()
{
V
.
i
=
5
;
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
main_1
();
}