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