shader: bail out on interp count mismatch
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