Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 390 Bytes

FAQ.md

File metadata and controls

9 lines (6 loc) · 390 Bytes

FAQ

The program throws EXEC_BAD_EXEC when deallocating EGLSurface instances for instance. Why ?

It happens when EGLNativeWindowType is NOT NULL AND invalid (eg: EGLNativeWindowType Address does not point to the valid EGLNativeWindowType). This implementation cannot verify this condition and therefore is undefined behaviour as per EGL 1.4 (Section 3.1 - Parameter Validation)