mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radeonsi: fix assertion in si_bind_vs_sampler
Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
1fb8ee62fa
commit
ad15c8c0f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1973,7 +1973,7 @@ out:
|
|||
|
||||
static void si_bind_vs_sampler(struct pipe_context *ctx, unsigned count, void **states)
|
||||
{
|
||||
assert(0);
|
||||
assert(count == 0);
|
||||
}
|
||||
|
||||
static void si_bind_ps_sampler(struct pipe_context *ctx, unsigned count, void **states)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue