Opengl Es


AireTamStorm

Unix Addict
Joined
Nov 13, 2005
Messages
971
Age
38
Website
Visit site
Super Dumb Question®:
Lets say I have Program A which is coded with OpenGL ES 2.0 for its drawing operations. Provided it is compiled for my CPU architecture, will it run on a straight OpenGL 2.0 graphics card no problem?
 
AireTamStorm said:
Super Dumb Question®:
Lets say I have Program A which is coded with OpenGL ES 2.0 for its drawing operations. Provided it is compiled for my CPU architecture, will it run on a straight OpenGL 2.0 graphics card no problem?
With the abstraction wrapper, yes. As coded, that'd depend on what aspects of ES you're using. Coded right, the app will largely only need a recompile/relink. If not, you'll need to re-do a bit, but the GPU should handle anything the ES 2.0 app would throw at it.
 
Last edited by a moderator:
Back
Top