簡介:
OpenGL ES 是 OpenGL 版本的子集,“ES” 是指 Embedded Systems (嵌入式系統(tǒng)),它是移動端的應用,同時也適用于桌面端。
OpenGL ES :是 C-API 類型的庫(OpenGL ES itself partly consists of a cross-platform C library.)
iOS 下的 OpenGL ES 主要是學習 GLKit 和 low-level C-Api
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/