Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EAGL: What does it stand for exactly?

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

like image 708
Ari Braginsky Avatar asked Jan 29 '09 17:01

Ari Braginsky


1 Answers

"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".

like image 133
Kristopher Johnson Avatar answered Oct 13 '22 17:10

Kristopher Johnson