diff options
Diffstat (limited to 'src/gallium/tests/raw/clear.c')
-rw-r--r-- | src/gallium/tests/raw/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/raw/clear.c b/src/gallium/tests/raw/clear.c index 706e3be3728..52029008da8 100644 --- a/src/gallium/tests/raw/clear.c +++ b/src/gallium/tests/raw/clear.c @@ -26,7 +26,7 @@ int main( int argc, char *argv[] ) struct pipe_context *pipe; struct pipe_surface *surf; struct pipe_framebuffer_state fb; - struct pipe_texture *tex, templat; + struct pipe_resource *tex, templat; void *window = NULL; float clear_color[4] = {1,0,1,1}; int i; |