Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
LayoutInInterfaceBlock.sksl
blob: 0f4787fd953c558fd8f551c288a7478e767512ea [
file
] [
log
] [
blame
]
struct
A
{
int
x
;
};
t
{
layout
(
binding
=
1
)
A y
;
// Not allowed
layout
(
set
=
0
)
A z
;
// Not allowed
};
/*%%*
layout qualifier 'binding' is not permitted here
layout qualifier 'set' is not permitted here
*%%*/