Search Results

0
votes
2answers
284 views

iphone opengl es glDrawElements issue

Hi guys, I'm quite new to opengl es so I'm wondering if it is possible to use the glDrawElements function to draw two separate squares(I actually want to draw more than two, but for learnin …
0
votes
1answer
52 views

strange iphone sdk sqlite memory leak

Hi guys, I have a very strange memory leak problem, it seems that sqlite3_step is doing some nasty stuff :| I spent almost 4 hours trying to fix this but no luck till now :( Here it …