Is it better to use GL_FIXED or GL_FLOAT on Android.
Posted
by Timmmm
on Stack Overflow
See other posts from Stack Overflow
or by Timmmm
Published on 2010-05-25T09:06:51Z
Indexed on
2010/05/25
9:11 UTC
Read the original article
Hit count: 226
I would have assumed that GL_FIXED
was faster, but the iPhone docs actually say to use GL_FLOAT
because GL_FIXED
has to be converted to GL_FLOAT
. Is it the same on Android? I suppose it varies by phone, but what about recent popular ones (Nexus One, Droid/Milestone, etc.)?
Bonus points: This appears to be completely undocumented (e.g. search google for GL_FIXED
!) but where is the 'point' in GL_FIXED
? I.e. how much is (GL_FIXED)1
worth?
© Stack Overflow or respective owner