xref
: /
third_party
/
skia
/
resources
/
sksl
/
shared
/
VertexID.vert
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/shared/
1
layout(location=1) out int id;
2
3
void main() {
4
id = sk_VertexID;
5
}
6