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