[][src]Constant fermium::hints::SDL_HINT_VIDEO_X11_FORCE_EGL

pub const SDL_HINT_VIDEO_X11_FORCE_EGL: &[u8];

A variable controlling whether X11 should use GLX or EGL by default

This variable can be set to the following values:

  • "0": Use GLX
  • "1": Use EGL

By default SDL will use GLX when both are present.