xref
: /
third_party
/
skia
/
tests
/
sksl
/
glsl
/
LayoutQualifiers.glsl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/tests/sksl/glsl/
1
2
layout (blend_support_all_equations) out ;
3
void main() {
4
}
5