Search:
Forum
General C++ Programming
openGL / openGl es?
openGL / openGl es?
Oct 15, 2016 at 10:57am UTC
RobCh
(28)
Do GPUs that support openGL es by default support plain openGL? I am asking for the Mali 400 mp2 (on the other
https://www.olimex.com/Products/OLinuXino/A33/A33-OLinuXino/open-source-hardware)
and the Mali t628 mp6 (on the
http://www.hardkernel.com/main/products/prdt_info.php?g_code=G143452239825
)which both say that they support openGL embedded systems. My program uses plain openGL with glut, will it still run fast? I have been running it on the Pi 3, but gl drivers are not working and the video core IV is weak.
Thankyou
Last edited on
Oct 15, 2016 at 10:58am UTC
Oct 15, 2016 at 12:57pm UTC
orangepeel367
(54)
OpenGL ES is OpenGL for embedded systems so they are different. Your program that uses plain OpenGL will not likely run because OpenGL ES is a simplified version of OpenGL with less features.
Oct 15, 2016 at 2:33pm UTC
RobCh
(28)
Is there any way to get drivers to incorporate standard opengl? Will I have to learn opengl es now?
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs