Problem is quite hard to naildown. It’s happened on quite big uber material that support uv scalings and POM. For mobile POM is disabled and all uv scaling code is at vertex shader. This causes compiler to think that pixel shader information is feeded to vertex interpolator even tought this is not case when Feature level switch is evaluated. I try to make minimal test case.