Sign in
skia
/
skia
/
1d910efd245866af7dd9285419a179312ba69b47
/
.
/
resources
/
sksl
/
shared
/
InstanceID.vert
blob: 351ea2eba8925d65eb6c842b54ca7ac1757ef423 [
file
] [
log
] [
blame
]
layout
(
location
=
1
)
out
int
id
;
void
main
()
{
id
=
sk_InstanceID
;
}