Sign in
chromium
/
skia
/
ee08571bbf67ddc74d334ab453dbc11a9e3ff343
/
.
/
resources
/
sksl
/
spirv
/
LayoutMultipleOf4.sksl
blob: cf52fdc9c24a71ed5d24a49b25b8afc701760b0d [
file
]
struct
Bad
{
layout
(
offset
=
5
)
int
x
;
}
bad
;
void
main
()
{
bad
.
x
=
5
;
sk_FragColor
.
r
=
half
(
bad
.
x
);
}