xref
: /
third_party
/
skia
/
tests
/
sksl
/
shared
/
InstanceID.glsl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/tests/sksl/shared/
1
2
layout (location = 1) out int id;
3
void main() {
4
id = gl_InstanceID;
5
}
6