prime31 / TransitionKit

Modular, extensible transitions in scene and between scenes
304 stars 55 forks source link

Fixing errors in shaders with half2 type declarations #8

Closed modohash closed 8 years ago

modohash commented 8 years ago

I noticed when I tried to run the examples that I was getting shader errors on a Mac, turns out you need to be explicit with the half2 type declarations in the shaders to keep it happy.