Skip to content

shader: bail out on interp count mismatch

Emil Velikov requested to merge xexaxo/virglrenderer:interp-fix into master

Currently we are going to print a message about the mismatch, yet continue regardless. Return false from the function since that's what the caller already expects and handles.

Fixes: 03e3116a ("import latest renderer code") Signed-off-by: Emil Velikov emil.l.velikov@gmail.com

Merge request reports