Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGL ES 1.x Shaders

I am trying to find examples of how to implement a simple shader for OpenGL ES 1.x (specifically for the iPhone). I have never worked with shaders before, but I do understand what they are used for. I think that once I am able to load a simple shader in the simulator I will be able to take it from there and do what I need to do. Thanks for the help, ~Eric

like image 341
EToreo Avatar asked Feb 12 '09 23:02

EToreo


1 Answers

The iPhone currently uses OpenGL ES 1.1 which doesn't support a programmable pipeline. OpenGL ES 2.0 does seem to have them though and also be not compatible with 1.1 .

like image 177
shoosh Avatar answered Oct 14 '22 17:10

shoosh