Sign in
skia
/
skia
/
7d19065eefe4597b26752f5c462731239f7fa54f
/
.
/
tests
/
sksl
/
shared
/
InstanceID.glsl
blob: a1f21043ca8960d4a7409cf4dc86343166ba9f7c [
file
] [
log
] [
blame
]
layout
(
location
=
1
)
out
int
id
;
void
main
()
{
id
=
gl_InstanceID
;
}