Bitmap Input to eglCreateImageKHR

Hi,

Can one pass Bitmap as input to eglCreateImageKHR?
If yes, is there any sample that demonstrates the same.

Regards,
shathie

I assume you are referring to the 4th parameter to eglCreateImageKHR()? This is very platform dependent. Most platforms require this parameter to be NULL so that the EGL can allocate it where it wants to. What platform are you using?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.