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