windson
windson

Reputation: 667

What does the 'EA' in EAGLContext stand for?

What does 'EA' in EAGLContext stand for? Is it also the same for the 'EA' in CAEAGLLayer?

Upvotes: 8

Views: 465

Answers (3)

dsgriffin
dsgriffin

Reputation: 68596

EAGL (Embedded Apple Graphics Library) is the implementation by Apple of the EGL API.

EA = Embedded Apple. Yes it is also the same for CAEAGLLayer.

Upvotes: 11

Srijan
Srijan

Reputation: 1284

EAGL stands for Embedded Apple Graphics Library

Upvotes: 1

JustSid
JustSid

Reputation: 25318

EA = Embedded Apple. It comes from AGL, the Apple Graphics Library and EA(GL) is the embedded version of it.

Upvotes: 3

Related Questions