gallium: add interface for writable shader images
[mesa.git] / src / gallium / auxiliary / util / u_dump.h
index 58e7dfd8244e4b9e125be52cb115668db3cdd08f..3ddf518fa2b319cd9b146d877322affbae7ae8ae 100644 (file)
@@ -153,6 +153,9 @@ void
 util_dump_surface(FILE *stream,
                   const struct pipe_surface *state);
 
+void
+util_dump_image_view(FILE *stream, const struct pipe_image_view *state);
+
 void
 util_dump_transfer(FILE *stream,
                    const struct pipe_transfer *state);