Re: eglCreateImageKHR on Raspberry Pi
Posted by
strator on
Aug 02, 2013; 2:33pm
URL: https://forum.jogamp.org/eglCreateImageKHR-on-Raspberry-Pi-tp4029712p4029714.html
Many thanks for the quick response!
The Raspberry Pi supports both of these EGL extensions (
http://elinux.org/RPi_VideoCore_APIs#EGL).
And regarding the attributes: I've tried many different combinations. The error happens also
if I use only EGL_NONE in the attribute list or even no attribute list at all.
From what I've seen in many forum posts, using C/C++ eglCreateImageKHR seems to work.