mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
freedreno: fix compile error
Small typo introduced in a3ed98f.
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
4df56177ed
commit
a6e45b6a17
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ fd_verttex_set_sampler_views(struct pipe_context *pctx, unsigned nr,
|
|||
|
||||
static void
|
||||
fd_set_sampler_views(struct pipe_context *pctx, unsigned shader,
|
||||
unsigne start, unsigned nr,
|
||||
unsigned start, unsigned nr,
|
||||
struct pipe_sampler_view **views)
|
||||
{
|
||||
assert(start == 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue