diff options
author | Brian Paul <[email protected]> | 2013-10-03 14:24:55 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-03 14:24:55 -0600 |
commit | 9267565ee4248f7bc8efebd8c994a93ff1e0683d (patch) | |
tree | 57cd4651166f86fa143f1289776ff0ed15dcc739 /src/gallium/tests | |
parent | 13895abd86fcf2f5c059873c48a3d304f7f5b0d5 (diff) |
gallium/tests: fix SHADER typo
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/graw/quad-sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/quad-sample.c b/src/gallium/tests/graw/quad-sample.c index 847cb95a7cc..bfae2e080c7 100644 --- a/src/gallium/tests/graw/quad-sample.c +++ b/src/gallium/tests/graw/quad-sample.c @@ -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); } |