gallium: support for array textures and related changes
[mesa.git] / src / gallium / auxiliary / util / u_simple_screen.h
index b52232f025c2e779b1ac094a28f5b0700c0fdc50..7139aaabc565b5d686c4c85ca0efff2516d46993 100644 (file)
@@ -57,7 +57,8 @@ struct pipe_winsys
     * displayed, eg copy fake frontbuffer.
     */
    void (*flush_frontbuffer)( struct pipe_winsys *ws,
-                              struct pipe_surface *surf,
+                              struct pipe_resource *resource,
+                              unsigned level, unsigned layer,
                               void *context_private );