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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user