Fix skinning precision issue on iOS
On iOS, by default the bones that are sampled from the bone texture look
like they are using mediump. This can result in noticeable jitter or
other more severe issues depending on the bone transformation matrix.
Fix this by explicitly declaring the sampler as highp.