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