Sign in
dawn
/
dawn
/
adaa316da8417eba6b63f981351c2908341b67dc
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.ir.glsl
blob: 1806ae6dcc4035405e9cec193b201c166614175d [
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
();
}