I'm trying to use a sampler in a vertex shader on the iPhone. The documentation says that this is not supported on the PowerVR SGX. However, it seems that at least someone got it working in the simulator, although not without problems.
When I try to run this in the simulator (iOS 6), I get the following error message while compiling the shaders:
ERROR: Implementation limit of 0 active vertex shader samplers
(e.g., maximum number of supported image units) exceeded,
vertex shader uses 1 samplers
What changed since the other question got asked? Did they just add a (correct!) error message? Or is it maybe possible to use a sampler in the vertex shader now? fingerscrossed...