softpipe: remove assert on setting constbufs greater than zero
This commit is contained in:
@@ -183,7 +183,6 @@ softpipe_set_constant_buffer(struct pipe_context *pipe,
|
||||
const void *data = constants ? softpipe_resource(constants)->data : NULL;
|
||||
|
||||
assert(shader < PIPE_SHADER_TYPES);
|
||||
assert(index == 0);
|
||||
|
||||
draw_flush(softpipe->draw);
|
||||
|
||||
|
Reference in New Issue
Block a user