unplugged-system/external/skia/resources/sksl/shared/VertexID.vert

6 lines
70 B
GLSL
Raw Normal View History

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