Skip to content

renderer: Make sure to unbind the sampler state from the sub context

Corentin Noël requested to merge tintou/sampler-state-uaf2 into master

The sampler state is stored at an start_slot offset which is not known afterwards, look at all the possible locations instead.

Also handle the case when the sampler state is bound to several locations.

Signed-off-by: Corentin Noël corentin.noel@collabora.com

Merge request reports