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