[][src]Constant beryllium::CONTEXT_RESET_ISOLATION_FLAG

pub const CONTEXT_RESET_ISOLATION_FLAG: i32

A flag for use with GLattr::ContextFlags.

This flag maps to GLX_CONTEXT_RESET_ISOLATION_BIT_ARB in the GLX_ARB_robustness_isolation extension for X11 and WGL_CONTEXT_RESET_ISOLATION_BIT_ARB in the WGL_ARB_robustness_isolation extension for Windows. This flag is currently ignored on other targets that don't support equivalent functionality. This flag is intended to require the GL to make promises about what to do in the face of driver or hardware failure.