code is not working on iOS 7.1 / iPhone 64 bit
nil88 opened this issue · 2 comments
nil88 commented
this code is perfectly working on iOS 6 and iOS 7.1 32 bit but it is not working on iOS 7.1 64 bit
myster-t commented
You have to update the values passed into the glVertexAttribPointer functions to be 32-bit values because the opengl functions only accept 32-bit values.
krzysztofzablocki commented
@phaitour please reopen if its still happening on newest version, if possible with PR :)