17

I forget, but does EAGL stand for anything specific? Or is it just part of the Core Animation OpenGL naming convention (CAEAGLLayer, etc.)?

genpfault
  • 51,148
  • 11
  • 85
  • 139
Ari Braginsky
  • 928
  • 1
  • 11
  • 21

3 Answers3

46

"AGL" is the name of Apple's OpenGL extensions for OS X. I believe "EAGL" is an abbreviation for "Embedded AGL" or "ES AGL.

Alternatively, EAGL is Apple's version of EGL. "EGL" officially refers to the "Khronos Native Platform Graphics Interface", but earlier versions of the spec referred to it as "Embedded-System Graphic Library". So perhaps the correct answer is that EAGL means "Embedded-System Apple Graphics Library".

Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302
1

might be Apple's Embedded Graphics Library

yokks
  • 5,683
  • 9
  • 41
  • 48
-1

http://db-in.com/blog/2011/02/khronos-egl-and-apple-eagl/

"..t the EGL API and the EAGL (the EGL API implemented by Apple)..."

neeraj
  • 1,191
  • 4
  • 19
  • 47