EGL_EXT _create_context _robustness performance

Hello,

I think about using the EGL_EXT_create_context_robustness to achieve better debugging output/stability. Can you tell me if there are performance penalties for using the extension permanently?
Regars

Hi,

This extension allows “robust buffer access” which provides memory bounds checking so, yes, it will be slow. It is intended to be used in development and should not be used in production as it comes at expense.

Regards.

Carlos.