android13/external/skia/tests/sksl/shared/VertexID.glsl

6 lines
73 B
GLSL

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