Tagged Questions
1
vote
0answers
232 views
glReadPixels not working when multi-sampling is turned on
glReadPixel works well when multi-sampling is not enabled. But when multisampling is enabled, it gives 0x502 opengl error and screen is not captured. After researching a little bit, it seems to be ...
1
vote
1answer
337 views
Multisampling on iPad
Is it possible to use multisampling on iPad ?
Apple's documentation say: "iOS4.0 and later devices", but all tutorials in inet says: "iPhone XX, IPAD"
I can't run my app under 3.2 sdk with ...
3
votes
2answers
6k views
How do you activate multisampling in OpenGL ES on the iPhone?
I'm experimenting w/ improving the "resolution" of an OpenGL ES based app. Apple mentions here (developer.apple.com) that OpenGL ES in iOS 4 supports multisampling... and this can improve the ...