JibberJabber (blog)
Defective Core Audio (Mac OS X) ALC_ENUMERATION_EXT implementation / My fixed implementation and letter to the community
(The following is an open letter I posted to the OpenAL community asking for support to convince Apple this problem is indeed a bug in their implementation and to accept my patch.)
The Bug:
There is a bug in the current Mac OS X implementation concerning the ALC_ENUMERATION_EXT.
…
OpenGL Vertex Buffer Objects (VBOs): A Simple Tutorial
Recently, I have been getting a lot of similar questions about how to draw geometry in OpenGL without the use of glBegin()/glEnd(). This is mostly due to the interest in iPhone development which uses OpenGL ES 1.1, though I have received a few desktop performance questions as well. …