android13/external/skia/resources/sksl/shared/InstanceID.vert

6 lines
72 B
GLSL

layout(location=1) out int id;
void main() {
id = sk_InstanceID;
}