draw/softpipe: add clip vertex support. (v2)
[mesa.git] / src / gallium / auxiliary / draw / draw_vs.h
index 49229f8164b675d78eea29072dad7d3c08503994..a3b90faa24b505b06cab6bd5f7758790328b1075 100644 (file)
@@ -111,6 +111,7 @@ struct draw_vertex_shader {
    struct tgsi_shader_info info;
    unsigned position_output;
    unsigned edgeflag_output;
+   unsigned clipvertex_output;
 
    /* Extracted from shader:
     */