[lugaru] Opengl-ES Port

Ryan C. Gordon icculus at icculus.org
Thu Apr 21 21:21:18 EDT 2011


> It includes the gles portions with the define of USE_GLES

The portions that replace immediate mode calls (glBegin, etc) should 
probably do so on all platforms. Things like glColor4f() exist in 
standard GL, so adding the extra 1.0f isn't a big deal to avoid the #ifdef.

There's really no reason we shouldn't use that code everywhere.

--ryan.



More information about the lugaru mailing list