gallium: move clear paths from rgba to a pointer to a color union (v2)
[mesa.git] / src / gallium / auxiliary / postprocess / pp_program.h
index 2749b35b37292da869100c57234d98a90a2fde25..a85ba6ea79737d8aeaadc147deef3c08cc5fbd5d 100644 (file)
@@ -49,7 +49,7 @@ struct program
    struct pipe_framebuffer_state framebuffer;
    struct pipe_vertex_element velem[2];
 
-   float clear_color[4];
+   union pipe_color_union clear_color;
 
    void *passvs;