Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
ptr_ref
/
store
/
local
/
struct_field.spvasm.expected.glsl
blob: d7921f157821a9f5aa8c2e3feb539fa6adaa970a [
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
();
}