EGL surface pointer

This is another porting question going from BCL to EGL. Is there an extension or normal method of getting the surface memory pointer?

Jamie

I think the EGL_KHR_lock_surface extension might be what you’re looking for.

That’s it! Thanks,

Jamie