OSDN Git Service

draw: implement distance culling
[android-x86/external-mesa.git] / src / gallium / auxiliary / draw / draw_vs.h
index 798b004..7635aba 100644 (file)
@@ -113,6 +113,7 @@ struct draw_vertex_shader {
    unsigned edgeflag_output;
    unsigned clipvertex_output;
    unsigned clipdistance_output[2];
+   unsigned culldistance_output[2];
    /* Extracted from shader:
     */
    const float (*immediates)[4];