0
votes
1answer
31 views

iPad Opengl ES program works fine on simulator but not device

For the device, all of my shaders load fine except one. For this shader program I get "Fragment program failed to compile with current context state" error, followed by a similar error for the vertex ...
0
votes
0answers
25 views

ios - import using openframeworks and use it glview

Just a thought, is it possible to use openframeworks to import some 3d objects then pass it to glview from ios then mess with glsl? I am using of_ios_074 at the moment and based on further reading it ...