OpenGL ES 2 o 初探

226 阅读1分钟

简介:

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/