gallium/tests: fix SHADER typo
authorBrian Paul <brianp@vmware.com>
Thu, 3 Oct 2013 20:24:55 +0000 (14:24 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Oct 2013 20:24:55 +0000 (14:24 -0600)
src/gallium/tests/graw/quad-sample.c

index 847cb95a7cc1a6d39611c9509e166c4b023add60..bfae2e080c7e490b1f4ef49181d21db1e2e94a4f 100644 (file)
@@ -286,7 +286,7 @@ static void init_tex( void )
    if (sampler == NULL)
       exit(6);
 
-   ctx->bind_sampler_states(ctx, PIPE_SHADE_FRAGMENT, 0, 1, &sampler);
+   ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler);
    
 }