Sign in
skia
/
skia
/
1d910efd245866af7dd9285419a179312ba69b47
/
.
/
resources
/
sksl
/
shared
/
VertexID.vert
blob: 39e2d76391cd0e18cc249de351c853cae30aa27d [
file
] [
log
] [
blame
]
layout
(
location
=
1
)
out
int
id
;
void
main
()
{
id
=
sk_VertexID
;
}