簡介:
OpenGL ES 是 OpenGL 版本的子集,“ES” 是指 Embedded Systems (嵌入式系統),它是移動端的應用,同時也適用於桌面端。
OpenGL ES : 是 C-API 型別的庫(OpenGL ES itself partly consists of a cross-platform C library.)
iOS 下的 OpenGL ES 主要是學習 GLKit 和 low-level C-Api
GLKit https://developer.apple.com/library/ios/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/DrawingWithOpenGLES/DrawingWithOpenGLES.html
https://www.raywenderlich.com/5223/beginning-opengl-es-2-0-with-glkit-part-1
途徑: http://www.cosmicthump.com/
http://www.cosmicthump.com/learning-opengl-es-sample-code/
http://www.cosmicthump.com/learning-opengl-es-errata/