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